-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
34 lines (34 loc) · 835 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
pull_request_rules:
- name: Auto-rebase if appropriately labeled
conditions:
- label=auto-update-rebase
- -draft
- -conflict
actions:
rebase:
- name: Auto-update with merge if appropriately labeled
conditions:
- label=auto-update-merge
- -draft
- -conflict
actions:
update:
- name: rebase-merge working updates
conditions:
- author=renovate[bot]
- label=dependencies
- -draft
- -conflict
actions:
merge:
method: rebase
- name: ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: |
Hi @{{author}}! :wave:
I could not help but notice that this pull request has conflicts. :confounded:
Could you fix it? :wrench:
Thank you! :pray: