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 bd7a012 commit 3e569b7Copy full SHA for 3e569b7
.mergify.yml
@@ -0,0 +1,25 @@
1
+queue_rules:
2
+ - name: default
3
+ queue_conditions:
4
+ - "#approved-reviews-by>1"
5
+ - base=main
6
+ - label=A:automerge
7
+ merge_conditions:
8
9
+ commit_message_template: |
10
+ {{ title }} (#{{ number }})
11
+ {{ body }}
12
+ merge_method: squash
13
+pull_request_rules:
14
+ - name: backport changes to release/v0.16.x branch
15
+ conditions:
16
17
+ - label=backport-to-release/v0.16.x
18
+ actions:
19
+ backport:
20
+ branches:
21
+ - release/v0.16.x
22
+ - name: automerge to main with label automerge and branch protection passing
23
+ conditions: []
24
25
+ queue:
0 commit comments