-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should enable merge queues, to ensure that main branch is always up-to-date in a PR branch. In busy environments, a PR can quickly drift out-of-sync from the main branch while it's being reviewed. Merge queues would allow us to auto-ff the branch to the required HEAD and prevent incompatible changes.
We could use other options like Bulldozer or Bors, but I consider merge queues more than enough for our usecase
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request