Instant Merges
Read about instant merges, why use instant merge, and how to configure it in our guide. This method merges the PR directly without waiting for the CI to finish.
Why use instant merge
How to configure
scenarios:
- name: "instant merge"
trigger:
pull_request:
labeled:
label: "av-instant-merge"
actions:
- mergequeue:
instant_merge: {}scenarios:
- name: "instant merge"
trigger:
pull_request:
labeled:
label: "av-instant-merge"
labeled_by: “@aviator-co/leads”
actions:
- mergequeue:
instant_merge: {}Elevated permissions
Using Rulesets (recommended)

Using personal access token
Last updated
Was this helpful?
