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 f6e7642 commit 71fdb24Copy full SHA for 71fdb24
.mergify.yml
@@ -1,18 +1,18 @@
1
queue_rules:
2
- name: default
3
- conditions:
+ queue_conditions:
4
+ - "#approved-reviews-by>1"
5
+ - label=automerge
6
+ merge_conditions:
7
- base=master
8
+ merge_method: squash
9
+ commit_message_template: >-
10
+ {{ title }} (#{{ number }})
11
+
12
+ {{ body }}
13
14
pull_request_rules:
- - name: automerge to master with label automerge and branch protection passing
- - "#approved-reviews-by>1"
- - label=automerge
15
+ - name: refactored queue action rule
16
+ conditions: []
17
actions:
18
queue:
- method: squash
- commit_message_template: >
- {{ title }} (#{{ number }})
-
- {{ body }}
0 commit comments