We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc615e8 commit 3012c30Copy full SHA for 3012c30
.github/mergify.yml
@@ -55,9 +55,10 @@ pull_request_rules:
55
56
- name: Automatically add PR to queue if it meets conditions
57
conditions:
58
- - "label=🤖-automerge" # Only queue PRs with this label
59
- - "label!=🤖-do-not-merge" # Do not queue PRs with this label
+ - "label=🤖-automerge"
+ - "label!=🤖-do-not-merge"
60
- "base=master"
61
+
62
- "-draft" # PR is not in draft state
63
- "-conflict" # PR has no conflicts
64
- "#approved-reviews-by>=2" # Requires 2 approvals
0 commit comments