forked from kubernetes-sigs/kubebuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mergify.yaml
31 lines (31 loc) · 827 Bytes
/
.mergify.yaml
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
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 when approved by zhangguanzhang
conditions:
- "approved-reviews-by=zhangguanzhang"
- "#approved-reviews-by>=1"
- base=zh
actions:
merge:
method: merge
- name: Automatic merge when approved by lhb008
conditions:
- "approved-reviews-by=lhb008"
- "#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}}?