-
-
Notifications
You must be signed in to change notification settings - Fork 375
Expand file tree
/
Copy path.mergify.yml
More file actions
445 lines (444 loc) · 8.13 KB
/
.mergify.yml
File metadata and controls
445 lines (444 loc) · 8.13 KB
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# This file was automatically generated by sbt-typelevel-mergify using the
# mergifyGenerate task. You should add and commit this file to
# your git repository. It goes without saying that you shouldn't edit
# this file by hand! Instead, if you wish to make changes, you should
# change your sbt build configuration to revise the mergify configuration
# to meet your needs, then regenerate this file.
pull_request_rules:
- name: merge scala-steward's PRs
conditions:
- author=scala-steward
- body~=labels:.*early-semver-patch
- status-success=Test (ubuntu-22.04, 2.13, temurin@11)
actions:
merge: {}
- name: Label bench PRs
conditions:
- files~=^.sbt/matrix/bench/
actions:
label:
add:
- bench
remove: []
- name: Label bench3 PRs
conditions:
- files~=^.sbt/matrix/bench3/
actions:
label:
add:
- bench3
remove: []
- name: Label core PRs
conditions:
- files~=^.sbt/matrix/core/
actions:
label:
add:
- core
remove: []
- name: Label core2_12 PRs
conditions:
- files~=^.sbt/matrix/core2_12/
actions:
label:
add:
- core2_12
remove: []
- name: Label core3 PRs
conditions:
- files~=^.sbt/matrix/core3/
actions:
label:
add:
- core3
remove: []
- name: Label docs PRs
conditions:
- files~=^.sbt/matrix/docs/
actions:
label:
add:
- docs
remove: []
- name: Label example PRs
conditions:
- files~=^.sbt/matrix/example/
actions:
label:
add:
- example
remove: []
- name: Label example2_12 PRs
conditions:
- files~=^.sbt/matrix/example2_12/
actions:
label:
add:
- example2_12
remove: []
- name: Label example3 PRs
conditions:
- files~=^.sbt/matrix/example3/
actions:
label:
add:
- example3
remove: []
- name: Label free PRs
conditions:
- files~=^.sbt/matrix/free/
actions:
label:
add:
- free
remove: []
- name: Label free2_12 PRs
conditions:
- files~=^.sbt/matrix/free2_12/
actions:
label:
add:
- free2_12
remove: []
- name: Label free3 PRs
conditions:
- files~=^.sbt/matrix/free3/
actions:
label:
add:
- free3
remove: []
- name: Label h2 PRs
conditions:
- files~=^.sbt/matrix/h2/
actions:
label:
add:
- h2
remove: []
- name: Label h2-circe PRs
conditions:
- files~=^.sbt/matrix/h2-circe/
actions:
label:
add:
- h2-circe
remove: []
- name: Label h2-circe2_12 PRs
conditions:
- files~=^.sbt/matrix/h2-circe2_12/
actions:
label:
add:
- h2-circe2_12
remove: []
- name: Label h2-circe3 PRs
conditions:
- files~=^.sbt/matrix/h2-circe3/
actions:
label:
add:
- h2-circe3
remove: []
- name: Label h22_12 PRs
conditions:
- files~=^.sbt/matrix/h22_12/
actions:
label:
add:
- h22_12
remove: []
- name: Label h23 PRs
conditions:
- files~=^.sbt/matrix/h23/
actions:
label:
add:
- h23
remove: []
- name: Label hikari PRs
conditions:
- files~=^.sbt/matrix/hikari/
actions:
label:
add:
- hikari
remove: []
- name: Label hikari2_12 PRs
conditions:
- files~=^.sbt/matrix/hikari2_12/
actions:
label:
add:
- hikari2_12
remove: []
- name: Label hikari3 PRs
conditions:
- files~=^.sbt/matrix/hikari3/
actions:
label:
add:
- hikari3
remove: []
- name: Label log4cats PRs
conditions:
- files~=^.sbt/matrix/log4cats/
actions:
label:
add:
- log4cats
remove: []
- name: Label log4cats2_12 PRs
conditions:
- files~=^.sbt/matrix/log4cats2_12/
actions:
label:
add:
- log4cats2_12
remove: []
- name: Label log4cats3 PRs
conditions:
- files~=^.sbt/matrix/log4cats3/
actions:
label:
add:
- log4cats3
remove: []
- name: Label munit PRs
conditions:
- files~=^.sbt/matrix/munit/
actions:
label:
add:
- munit
remove: []
- name: Label munit2_12 PRs
conditions:
- files~=^.sbt/matrix/munit2_12/
actions:
label:
add:
- munit2_12
remove: []
- name: Label munit3 PRs
conditions:
- files~=^.sbt/matrix/munit3/
actions:
label:
add:
- munit3
remove: []
- name: Label mysql PRs
conditions:
- files~=^.sbt/matrix/mysql/
actions:
label:
add:
- mysql
remove: []
- name: Label mysql2_12 PRs
conditions:
- files~=^.sbt/matrix/mysql2_12/
actions:
label:
add:
- mysql2_12
remove: []
- name: Label mysql3 PRs
conditions:
- files~=^.sbt/matrix/mysql3/
actions:
label:
add:
- mysql3
remove: []
- name: Label otel4s PRs
conditions:
- files~=^.sbt/matrix/otel4s/
actions:
label:
add:
- otel4s
remove: []
- name: Label otel4s3 PRs
conditions:
- files~=^.sbt/matrix/otel4s3/
actions:
label:
add:
- otel4s3
remove: []
- name: Label postgres PRs
conditions:
- files~=^.sbt/matrix/postgres/
actions:
label:
add:
- postgres
remove: []
- name: Label postgres-circe PRs
conditions:
- files~=^.sbt/matrix/postgres-circe/
actions:
label:
add:
- postgres-circe
remove: []
- name: Label postgres-circe2_12 PRs
conditions:
- files~=^.sbt/matrix/postgres-circe2_12/
actions:
label:
add:
- postgres-circe2_12
remove: []
- name: Label postgres-circe3 PRs
conditions:
- files~=^.sbt/matrix/postgres-circe3/
actions:
label:
add:
- postgres-circe3
remove: []
- name: Label postgres2_12 PRs
conditions:
- files~=^.sbt/matrix/postgres2_12/
actions:
label:
add:
- postgres2_12
remove: []
- name: Label postgres3 PRs
conditions:
- files~=^.sbt/matrix/postgres3/
actions:
label:
add:
- postgres3
remove: []
- name: Label refined PRs
conditions:
- files~=^.sbt/matrix/refined/
actions:
label:
add:
- refined
remove: []
- name: Label refined2_12 PRs
conditions:
- files~=^.sbt/matrix/refined2_12/
actions:
label:
add:
- refined2_12
remove: []
- name: Label refined3 PRs
conditions:
- files~=^.sbt/matrix/refined3/
actions:
label:
add:
- refined3
remove: []
- name: Label scalatest PRs
conditions:
- files~=^.sbt/matrix/scalatest/
actions:
label:
add:
- scalatest
remove: []
- name: Label scalatest2_12 PRs
conditions:
- files~=^.sbt/matrix/scalatest2_12/
actions:
label:
add:
- scalatest2_12
remove: []
- name: Label scalatest3 PRs
conditions:
- files~=^.sbt/matrix/scalatest3/
actions:
label:
add:
- scalatest3
remove: []
- name: Label specs2 PRs
conditions:
- files~=^.sbt/matrix/specs2/
actions:
label:
add:
- specs2
remove: []
- name: Label specs22_12 PRs
conditions:
- files~=^.sbt/matrix/specs22_12/
actions:
label:
add:
- specs22_12
remove: []
- name: Label specs23 PRs
conditions:
- files~=^.sbt/matrix/specs23/
actions:
label:
add:
- specs23
remove: []
- name: Label testutils PRs
conditions:
- files~=^.sbt/matrix/testutils/
actions:
label:
add:
- testutils
remove: []
- name: Label testutils2_12 PRs
conditions:
- files~=^.sbt/matrix/testutils2_12/
actions:
label:
add:
- testutils2_12
remove: []
- name: Label testutils3 PRs
conditions:
- files~=^.sbt/matrix/testutils3/
actions:
label:
add:
- testutils3
remove: []
- name: Label weaver PRs
conditions:
- files~=^.sbt/matrix/weaver/
actions:
label:
add:
- weaver
remove: []
- name: Label weaver2_12 PRs
conditions:
- files~=^.sbt/matrix/weaver2_12/
actions:
label:
add:
- weaver2_12
remove: []
- name: Label weaver3 PRs
conditions:
- files~=^.sbt/matrix/weaver3/
actions:
label:
add:
- weaver3
remove: []
- name: merge-when-ci-pass
conditions:
- status-success=Test (ubuntu-22.04, 2.13, temurin@11)
- label=merge-on-build-success
actions:
merge: {}