-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.policy.yml
141 lines (140 loc) · 3.11 KB
/
.policy.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
policy:
approval:
- or:
- has auto-merge label
- and:
- or:
- the maintainers-frontend team has approved
- the HCF team has approved
- the ZAN team has approved
- the ZDV team has approved
- the ZLC team has approved
- the ZFW team has approved
- an admin has approved
approval_rules:
- name: the maintainers-frontend team has approved
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/maintainers-frontend"
- name: the HCF team has approved
if:
changed_files:
paths:
- "src/facilities/hcf/.*"
- "src/facility-hcf.ts"
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/hcf"
- "adh-partnership/maintainers-frontend"
- name: the ZAN team has approved
if:
changed_files:
paths:
- "src/facilities/zan/.*"
- "src/facility-zan.ts"
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/zan"
- "adh-partnership/maintainers-frontend"
- name: the ZDV team has approved
if:
changed_files:
paths:
- "src/facilities/zdv/.*"
- "src/facility-zdv.ts"
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/zdv"
- "adh-partnership/maintainers-frontend"
- name: the ZLC team has approved
if:
changed_files:
paths:
- "src/facilities/zlc/.*"
- "src/facility-zlc.ts"
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/zlc"
- "adh-partnership/maintainers-frontend"
- name: the ZFW team has approved
if:
changed_files:
paths:
- "src/facilities/zfw/.*"
- "src/facility-zfw.ts"
options:
request_review:
enabled: true
mode: teams
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/zfw"
- "adh-partnership/maintainers-frontend"
- name: an admin has approved
options:
allow_author: true
allow_contributor: true
methods:
comments:
- "LGTM"
- "/lgtm"
requires:
count: 1
teams:
- "adh-partnership/admin"
- name: has auto-merge label
if:
has_labels:
- "auto-merge"
has_author_in:
users: ["adh-bot"]