Skip to content

Commit 92a3a10

Browse files
chore(package): enable mergify.io
1 parent 4275486 commit 92a3a10

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.mergify.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
pull_request_rules:
2+
- name: Automatically merge on CI success and review
3+
conditions:
4+
- status-success=continuous-integration/travis-ci/pr
5+
- 'label=automerge'
6+
actions:
7+
delete_head_branch: {}
8+
label:
9+
add: ['auto merged']
10+
merge:
11+
method: squash
12+
strict: smart

0 commit comments

Comments
 (0)