We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 059530d + a54d844 commit 8eef405Copy full SHA for 8eef405
1 file changed
.mergify.yml
@@ -2,6 +2,20 @@ pull_request_rules:
2
- name: Automatic merge on approval
3
conditions:
4
- "#approved-reviews-by>=1"
5
+ - check-success=tests
6
+ - check-success=build
7
+ - base=master
8
actions:
9
merge:
10
method: merge
11
+ - name: Delete head branch after merge
12
+ conditions:
13
+ - merged
14
+ actions:
15
+ delete_head_branch: {}
16
+ - name: Ask to resolve conflict
17
18
+ - conflict
19
20
+ comment:
21
+ message: This pull request is now in conflicts. Could you fix it @{{author}}? 🙏
0 commit comments