Skip to content
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

Consider using merge queues for merging pull requests #895

Open
mj-will opened this issue Jan 24, 2025 · 2 comments
Open

Consider using merge queues for merging pull requests #895

mj-will opened this issue Jan 24, 2025 · 2 comments

Comments

@mj-will
Copy link
Collaborator

mj-will commented Jan 24, 2025

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
@ColmTalbot
Copy link
Collaborator

Sounds good to me

@mj-will
Copy link
Collaborator Author

mj-will commented Feb 4, 2025

Sounds good to me

Great, maybe we can look into this once we have the next release out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants