forked from unibo-oop/sample-javafx-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
30 lines (30 loc) · 778 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
pull_request_rules:
- name: Auto-update with merge if appropriately labeled
conditions:
- label=auto-update-merge
- -draft
- -conflict
actions:
update:
- name: rebase-merge working updates
conditions:
- or: &authors_are_bots
- author=renovate[bot]
- author=dependabot[bot]
- 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: