forked from http4s/http4s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mergify.yml
199 lines (171 loc) · 3.33 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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
pull_request_rules:
- name: label series/0.22 PRs
conditions:
- base=series/0.22
actions:
label:
add: ['series/0.22']
- name: label series/0.23 PRs
conditions:
- base=series/0.23
actions:
label:
add: ['series/0.23']
- name: label scala-steward's PRs
conditions:
- author=scala-steward
actions:
label:
add: [dependencies]
- name: label core PRs
conditions:
- files~=^core/
actions:
label:
add: ['module:core']
- name: label dsl PRs
conditions:
- files~=^dsl/
actions:
label:
add: ['module:dsl']
- name: label laws PRs
conditions:
- files~=^laws/
actions:
label:
add: ['module:laws']
- name: label server PRs
conditions:
- files~=^server/
actions:
label:
add: ['module:server']
- name: label client PRs
conditions:
- files~=^client/
actions:
label:
add: ['module:client']
- name: label ember-core PRs
conditions:
- files~=^ember-core/
actions:
label:
add: ['module:ember-core']
- name: label ember-server PRs
conditions:
- files~=^ember-server/
actions:
label:
add: ['module:ember-server']
- name: label ember-client PRs
conditions:
- files~=^ember-client/
actions:
label:
add: ['module:ember-client']
- name: label blaze-core PRs
conditions:
- files~=^blaze-core/
actions:
label:
add: ['module:blaze-core']
- name: label blaze-server PRs
conditions:
- files~=^blaze-server/
actions:
label:
add: ['module:blaze-server']
- name: label blaze-client PRs
conditions:
- files~=^blaze-client/
actions:
label:
add: ['module:blaze-client']
- name: label servlet PRs
conditions:
- files~=^servlet/
actions:
label:
add: ['module:servlet']
- name: label tomcat PRs
conditions:
- files~=^tomcat/
actions:
label:
add: ['module:tomcat']
- name: label jetty-server PRs
conditions:
- files~=^jetty-server/
actions:
label:
add: ['module:jetty-server']
- name: label jetty-client PRs
conditions:
- files~=^jetty-client/
actions:
label:
add: ['module:jetty-client']
- name: label async-http-client PRs
conditions:
- files~=^async-http-client/
actions:
label:
add: ['module:async-http-client']
- name: label okhttp-client PRs
conditions:
- files~=^okhttp-client/
actions:
label:
add: ['module:okhttp-client']
- name: label jawn PRs
conditions:
- files~=^jawn/
actions:
label:
add: ['module:jawn']
- name: label circe PRs
conditions:
- files~=^circe/
actions:
label:
add: ['module:circe']
- name: label play-json PRs
conditions:
- files~=^play-json/
actions:
label:
add: ['module:play-json']
- name: label scalatags PRs
conditions:
- files~=^scalatags/
actions:
label:
add: ['module:scalatags']
- name: label twirl PRs
conditions:
- files~=^twirl/
actions:
label:
add: ['module:twirl']
- name: label dropwizard-metrics PRs
conditions:
- files~=^dropwizard-metrics/
actions:
label:
add: ['module:dropwizard-metrics']
- name: label prometheus-metrics PRs
conditions:
- files~=^prometheus-metrics/
actions:
label:
add: ['module:prometheus-metrics']
- name: label docs PRs
conditions:
- or:
- files~=^docs/
- files~=^website/
actions:
label:
add: ['docs']