You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintaining a green mainline development branch ensures developers always have a good starting point for bug fixes and new features and because in many workflows, releases are initiated from this branch. When this branch becomes broken, new development and downstream workflows (like release creation, integration testing, deployments, etc) can be disrupted. One of the simplest ways to avoid a broken branch today is by enabling the Require branches to be up-to-date branch protection setting. However, this forces developers to constantly update their pull request branch when another pull request gets merged, which triggers a new round of CI status checks. In a highly active branch, developers may be forced to repeat this process multiple times before they can merge, delaying the delivery of fixes and features.
Pull Request Merge Queue ensures pull requests are merged efficiently, without requiring developers to update their pull request whenever another change lands, all while ensuring the branch remains green.
Intended Outcome
Improve developer productivity and increase the velocity of changes landing in your busiest branches.
How will it work?
A developer can add their pull request to the merge queue when:
Merge queue is enabled on a branch via a new branch protection setting, and...
All merge requirements have been met (e.g. including required reviewer and status check)
Once in the queue, the pull request's changes will be:
validated to ensure it passes all required checks before merging
merged with the latest version of the branch along with any pull requests ahead of it in the queue
Summary
Maintaining a green mainline development branch ensures developers always have a good starting point for bug fixes and new features and because in many workflows, releases are initiated from this branch. When this branch becomes broken, new development and downstream workflows (like release creation, integration testing, deployments, etc) can be disrupted. One of the simplest ways to avoid a broken branch today is by enabling the
Require branches to be up-to-date
branch protection setting. However, this forces developers to constantly update their pull request branch when another pull request gets merged, which triggers a new round of CI status checks. In a highly active branch, developers may be forced to repeat this process multiple times before they can merge, delaying the delivery of fixes and features.Pull Request Merge Queue ensures pull requests are merged efficiently, without requiring developers to update their pull request whenever another change lands, all while ensuring the branch remains green.
Intended Outcome
Improve developer productivity and increase the velocity of changes landing in your busiest branches.
How will it work?
A developer can add their pull request to the merge queue when:
Once in the queue, the pull request's changes will be:
To join the waitlist for early access go to https://github.com/features/merge-queue/signup
The text was updated successfully, but these errors were encountered: