forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 45
/
.mergify.yml
55 lines (55 loc) · 1.41 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
pull_request_rules:
- name: Automatic merge when approved by Jimmy
conditions:
- "approved-reviews-by=rootsongjc"
- "#approved-reviews-by>=2"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge on approval by xuzhenwen
conditions:
- "approved-reviews-by=helight"
- "#approved-reviews-by>=2"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by majinghe
conditions:
- "approved-reviews-by=majinghe"
- "#approved-reviews-by>=2"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by liujinxin
conditions:
- "approved-reviews-by=scilla0531"
- "#approved-reviews-by>=2"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by zhanghaili
conditions:
- "approved-reviews-by=webup"
- "#approved-reviews-by>=2"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by zhangxiaohui
conditions:
- "approved-reviews-by=addozhang"
- "#approved-reviews-by>=2"
- 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}}?