Warning: Emergency merges bypass all safety checks. Use sparingly.
Emergency bypass
If you need to completely bypass the merge queue, you can merge the PR directly through GitHub as you normally would. The merge queue will restart everything currently testing to account for the new head of the merge branch. However, this means your emergency PR won’t be validated by the merge queue’s predictive testing.Recommended approach
Use PR Prioritization to fast-track your PR through the queue while still validating it:urgent priority is the only level that will interrupt currently testing PRs. Your PR will immediately begin testing, and other PRs will restart after yours completes.