Merge queues rollout announcement #27
webknjaz
announced in
Announcements
Replies: 1 comment 5 replies
-
@Dreamsorcerer please, pay special attention to backports of PRs merged via Merge Queues. I just want to verify that Patchback works as expected, since this scenario is largely untested. Also, I wasn't able to enable merge queues on stable branches because, they don't work with pattern-based rules. Might add extra rules later on. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
GitHub's merge queues gone GA a few months ago: https://news.ycombinator.com/item?id=36707239. They only work in orgs, not personal accounts.
I'm enabling them in some repos in the aio-libs org.
This requires a GHA change like aio-libs/aiomonitor@0d64f22 (in cases when there's catch-all
push
triggers, they should also exclude temporary read-only branches).Then, it needs to be enabled in the branch protection.
The only thing I change from the defaults is unchecking the following setting:
So far, this is active in
aiomonitor
andaiohttp
.cc @achimnol @jettify @Nothing4You @Dreamsorcerer @mjpieters @aio-libs/admins
Beta Was this translation helpful? Give feedback.
All reactions