Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order pull request conflict checking by recently updated, for each push #23220

Merged
merged 1 commit into from
Mar 1, 2023

Commits on Mar 1, 2023

  1. Order pull request conflict checking by recently updated, for each push

    When a change is pushed to the default branch and many pull requests are open
    for that branch, conflict checking can take some time.
    
    Previously it would go from oldest to newest pull request. Now prioritize pull
    requests that are likely being actively worked on or prepared for merging.
    
    This only changes the order within one push to one repository, but the change
    is trivial and can already be quite helpful for smaller Gitea instances where
    a few repositories have most pull requests. A global order would require deeper
    changes to queues.
    brechtvl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    aa8c67d View commit details
    Browse the repository at this point in the history