-
Notifications
You must be signed in to change notification settings - Fork 94
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
Switch from Bors to GitHub Merge Queues #452
Comments
Some notes from the geo transition to merge queues (which seem to be working fine BTW). They are my own notes and might not be 100% correct: Within repo > settings > branches You need a branch protection rule for the main branch. Then you need to apply at least these settings: status checksYou need to enter every status check and keep this list in sync as you add/remove jobs, just like you have been with your bors.toml. Note that the geo repo only lists one status check because we have an aggregate job that combines all the other jobs. enable merge queueadd
|
I'm willing to bet this insight alone will save one of us days of insanity! 😅 |
Bors is going away:
The
geo
team has converted their repo to use GitHub Merge Queues. Seems like following their lead and not having to host our own bors infrastructure is the easiest path forward.Per this discussion, we can use the following as references for the migration:
We will need to determine the process impacts, i.e. what do we need to change in the way we review, accept, and merge PRs.
The text was updated successfully, but these errors were encountered: