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
A merge queue would allow us to add pull requests to the queue and, if I've understood correctly, handle automatically rebasing the branch before merging it. I think this would avoid us having to manually rebase branches before merging and overall make the process smoother.
Changes
I think this would require two changes
A change to the branch protection rule for main to enable the queues
The addition of an additional trigger condition to the CI, see here
The text was updated successfully, but these errors were encountered:
A merge queue would allow us to add pull requests to the queue and, if I've understood correctly, handle automatically rebasing the branch before merging it. I think this would avoid us having to manually rebase branches before merging and overall make the process smoother.
Changes
I think this would require two changes
main
to enable the queuesThe text was updated successfully, but these errors were encountered: