forked from cloudnativeto/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
39 lines (39 loc) · 1 KB
/
.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 when approved by Jimmy
conditions:
- "approved-reviews-by=rootsongjc"
- "#approved-reviews-by>=1"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge on approval by xuzhenwen
conditions:
- "approved-reviews-by=helight"
- "#approved-reviews-by>=1"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by majinghe
conditions:
- "approved-reviews-by=lhb008"
- "#approved-reviews-by>=1"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by zhangxiaohui
conditions:
- "approved-reviews-by=addozhang"
- "#approved-reviews-by>=1"
- base=zh
actions:
merge:
method: merge
- name: Ask to resolve conflict
conditions:
- conflict
actions:
comment:
message: This pull request is now in conflicts. Could you fix it @{{author}}?