Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: added a new high priority queue to mergify (#9802)
refs: #8396 ## Description This PR adds a new high-priority queue to mergify. A high priority queue allows us to merge urgent PRs before low priority ones, essentially speeding up patch/hotfix release. This does not bypass any CI checks for merging so all the normal standard is still followed even for high priority queues Resources: https://docs.mergify.com/merge-queue/multi/ The way to use this new high priority queue is to add a new label `priority:high` github and add that on high priority PRs. ### Fallback: In case the new queue does not work as expected, the original queue is sill present and working ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
- Loading branch information