Skip to content

Commit 124f914

Browse files
add .automerge.yml (#7)
1 parent fb79cf8 commit 124f914

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.automerge.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)