Skip to content

Commit 3012c30

Browse files
Andrei Neagusanderegg
authored andcommitted
remove some extras
1 parent fc615e8 commit 3012c30

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/mergify.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ pull_request_rules:
5555

5656
- name: Automatically add PR to queue if it meets conditions
5757
conditions:
58-
- "label=🤖-automerge" # Only queue PRs with this label
59-
- "label!=🤖-do-not-merge" # Do not queue PRs with this label
58+
- "label=🤖-automerge"
59+
- "label!=🤖-do-not-merge"
6060
- "base=master"
61+
6162
- "-draft" # PR is not in draft state
6263
- "-conflict" # PR has no conflicts
6364
- "#approved-reviews-by>=2" # Requires 2 approvals

0 commit comments

Comments
 (0)