Merge queues
#1749
Replies: 1 comment 4 replies
-
This seems to force two of the CI checks to run again, even if they already successfully passed. I guess this is in case a commit that happened in the meantime affects the success of the current PR. But for a project that doesn't get a huge amount of traffic, it might be better to be more lightweight. Is it possible to add an option to bypass the queue? Or maybe it's not really needed for this project? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've enabled merge queues in the repo meaning that rather than pressing merge, you have to "add to merge queue". PRs in the queue will be sequentially CI'd and merged if successful. This way we don't have to wait for a green CI if we are happy with a PR being merged.
Beta Was this translation helpful? Give feedback.
All reactions