Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pivot mergify config to use a merge queue
In Qiskit#6188 and Qiskit#6117 we changed the mergify configuration to use the smart strict mode which silently maintains a merge queue for us. This option has recently been superseded by building explict merge queues that enable more rich control over how PRs to merge get queue together. [1] This commit switches the mergify config to use an explicit queue for merging to give us more explicit control over how mergify is going to merge PRs for us. This also opens up new options if we were to have a mergify subscription at a future date, primarily speculative testing on the merge queue [2] which will enable better throughput because it validates the potential future state all at once and lets us run testing in parallel. [1] https://docs.mergify.io/actions/queue/ [2] https://docs.mergify.io/actions/queue/#speculative-checks
- Loading branch information