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.
2 parents 80e9f0b + 7a96a00 commit fe8a219Copy full SHA for fe8a219
.mergify.yml
@@ -0,0 +1,16 @@
1
+pull_request_rules:
2
+ - name: Automatic merge
3
+ description: Merge when PR passes all branch protection and has label automerge
4
+ conditions:
5
+ - label = automerge
6
+ actions:
7
+ merge:
8
+ - name: Label conflicting pull requests
9
+ description: Add a label to a pull request with conflict to spot it easily
10
11
+ - conflict
12
+ - '-closed'
13
14
+ label:
15
+ toggle:
16
0 commit comments