Skip to content

Commit eea8004

Browse files
author
Antonio Alonso Dominguez
committed
Automate PR merging
1 parent 75b6ea9 commit eea8004

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.mergify.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
pull_request_rules:
2+
- name: automatic merge when CI passes
3+
conditions:
4+
- status-success=continuous-integration/travis-ci/pr
5+
- base=master
6+
actions:
7+
merge:
8+
method: squash
9+
delete_head_branch: {}

0 commit comments

Comments
 (0)