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 fb79cf8 commit 124f914Copy full SHA for 124f914
.automerge.yml
@@ -0,0 +1,15 @@
1
+merge:
2
+ whitelist:
3
+ # a PR must have these labels set
4
+ labels: ["automerge"]
5
+ blacklist:
6
+ # a PR may not have these labels set
7
+ labels: ["wip"]
8
+ # merge method, see https://help.github.com/en/articles/about-merge-methods-on-github
9
+ # one of: merge, squash, rebase
10
+ method: squash
11
+ # status checks required in addition to the ones defined in GitHub Branch Protection Rules
12
+ #required_statuses:
13
+ # - "test1"
14
+ # - "test2"
15
+ delete_after_merge: true
0 commit comments