-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yml
39 lines (35 loc) · 843 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
35
36
37
38
39
pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=GitGuardian Security Checks
- check-success=CodeFactor
actions:
merge:
method: squash
- name: automatic merge for Snyk pull requests
conditions:
- title~=^\[Snyk\]
- head~=^snyk-fix
- check-success~=^security/snyk
actions:
merge:
method: squash
- name: add label on conflict
conditions:
- conflict
- -closed
actions:
label:
add:
- conflict
comment:
message: Could you please fix the conflicts @{{author}}?
- name: remove label on conflict
conditions:
- -conflict
- -closed
actions:
label:
remove:
- conflict