-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path.mergify.yml
More file actions
733 lines (732 loc) · 15 KB
/
.mergify.yml
File metadata and controls
733 lines (732 loc) · 15 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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
# 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=etspaceman-scala-steward-app[bot]
- body~=labels:.*early-semver-patch
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-jvm-213)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-jvm-3)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-js-213)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-js-3)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-native-213)
- status-success=Test (ubuntu-22.04, 2.13, temurin@17, root-native-3)
actions:
merge:
method: squash
- name: Label aws-v2-localstack PRs
conditions:
- files~=^aws-v2-localstack/
actions:
label:
add:
- aws-v2-localstack
remove: []
- name: Label aws-v2-localstack3 PRs
conditions:
- files~=^.sbt/matrix/aws-v2-localstack3/
actions:
label:
add:
- aws-v2-localstack3
remove: []
- name: Label compat PRs
conditions:
- files~=^compat/
actions:
label:
add:
- compat
remove: []
- name: Label compat3 PRs
conditions:
- files~=^.sbt/matrix/compat3/
actions:
label:
add:
- compat3
remove: []
- name: Label compatJS PRs
conditions:
- files~=^.sbt/matrix/compatJS/
actions:
label:
add:
- compatJS
remove: []
- name: Label compatJS3 PRs
conditions:
- files~=^.sbt/matrix/compatJS3/
actions:
label:
add:
- compatJS3
remove: []
- name: Label compatNative PRs
conditions:
- files~=^.sbt/matrix/compatNative/
actions:
label:
add:
- compatNative
remove: []
- name: Label compatNative3 PRs
conditions:
- files~=^.sbt/matrix/compatNative3/
actions:
label:
add:
- compatNative3
remove: []
- name: Label docs PRs
conditions:
- files~=^.sbt/matrix/docs/
actions:
label:
add:
- docs
remove: []
- name: Label feral PRs
conditions:
- files~=^feral/
actions:
label:
add:
- feral
remove: []
- name: Label feral3 PRs
conditions:
- files~=^.sbt/matrix/feral3/
actions:
label:
add:
- feral3
remove: []
- name: Label feralJS PRs
conditions:
- files~=^.sbt/matrix/feralJS/
actions:
label:
add:
- feralJS
remove: []
- name: Label feralJS3 PRs
conditions:
- files~=^.sbt/matrix/feralJS3/
actions:
label:
add:
- feralJS3
remove: []
- name: Label integration-tests PRs
conditions:
- files~=^integration-tests/
actions:
label:
add:
- integration-tests
remove: []
- name: Label integration-tests3 PRs
conditions:
- files~=^.sbt/matrix/integration-tests3/
actions:
label:
add:
- integration-tests3
remove: []
- name: Label integration-testsJS PRs
conditions:
- files~=^.sbt/matrix/integration-testsJS/
actions:
label:
add:
- integration-testsJS
remove: []
- name: Label integration-testsJS3 PRs
conditions:
- files~=^.sbt/matrix/integration-testsJS3/
actions:
label:
add:
- integration-testsJS3
remove: []
- name: Label integration-testsNative3 PRs
conditions:
- files~=^.sbt/matrix/integration-testsNative3/
actions:
label:
add:
- integration-testsNative3
remove: []
- name: Label kcl PRs
conditions:
- files~=^kcl/
actions:
label:
add:
- kcl
remove: []
- name: Label kcl-ciris PRs
conditions:
- files~=^kcl-ciris/
actions:
label:
add:
- kcl-ciris
remove: []
- name: Label kcl-ciris3 PRs
conditions:
- files~=^.sbt/matrix/kcl-ciris3/
actions:
label:
add:
- kcl-ciris3
remove: []
- name: Label kcl-http4s PRs
conditions:
- files~=^kcl-http4s/
actions:
label:
add:
- kcl-http4s
remove: []
- name: Label kcl-http4s3 PRs
conditions:
- files~=^.sbt/matrix/kcl-http4s3/
actions:
label:
add:
- kcl-http4s3
remove: []
- name: Label kcl-localstack PRs
conditions:
- files~=^kcl-localstack/
actions:
label:
add:
- kcl-localstack
remove: []
- name: Label kcl-localstack3 PRs
conditions:
- files~=^.sbt/matrix/kcl-localstack3/
actions:
label:
add:
- kcl-localstack3
remove: []
- name: Label kcl-logging-circe PRs
conditions:
- files~=^kcl-logging-circe/
actions:
label:
add:
- kcl-logging-circe
remove: []
- name: Label kcl-logging-circe3 PRs
conditions:
- files~=^.sbt/matrix/kcl-logging-circe3/
actions:
label:
add:
- kcl-logging-circe3
remove: []
- name: Label kcl3 PRs
conditions:
- files~=^.sbt/matrix/kcl3/
actions:
label:
add:
- kcl3
remove: []
- name: Label kinesis-client PRs
conditions:
- files~=^kinesis-client/
actions:
label:
add:
- kinesis-client
remove: []
- name: Label kinesis-client-localstack PRs
conditions:
- files~=^kinesis-client-localstack/
actions:
label:
add:
- kinesis-client-localstack
remove: []
- name: Label kinesis-client-localstack3 PRs
conditions:
- files~=^.sbt/matrix/kinesis-client-localstack3/
actions:
label:
add:
- kinesis-client-localstack3
remove: []
- name: Label kinesis-client-logging-circe PRs
conditions:
- files~=^kinesis-client-logging-circe/
actions:
label:
add:
- kinesis-client-logging-circe
remove: []
- name: Label kinesis-client-logging-circe3 PRs
conditions:
- files~=^.sbt/matrix/kinesis-client-logging-circe3/
actions:
label:
add:
- kinesis-client-logging-circe3
remove: []
- name: Label kinesis-client3 PRs
conditions:
- files~=^.sbt/matrix/kinesis-client3/
actions:
label:
add:
- kinesis-client3
remove: []
- name: Label kpl PRs
conditions:
- files~=^kpl/
actions:
label:
add:
- kpl
remove: []
- name: Label kpl-ciris PRs
conditions:
- files~=^kpl-ciris/
actions:
label:
add:
- kpl-ciris
remove: []
- name: Label kpl-ciris3 PRs
conditions:
- files~=^.sbt/matrix/kpl-ciris3/
actions:
label:
add:
- kpl-ciris3
remove: []
- name: Label kpl-localstack PRs
conditions:
- files~=^kpl-localstack/
actions:
label:
add:
- kpl-localstack
remove: []
- name: Label kpl-localstack3 PRs
conditions:
- files~=^.sbt/matrix/kpl-localstack3/
actions:
label:
add:
- kpl-localstack3
remove: []
- name: Label kpl-logging-circe PRs
conditions:
- files~=^kpl-logging-circe/
actions:
label:
add:
- kpl-logging-circe
remove: []
- name: Label kpl-logging-circe3 PRs
conditions:
- files~=^.sbt/matrix/kpl-logging-circe3/
actions:
label:
add:
- kpl-logging-circe3
remove: []
- name: Label kpl3 PRs
conditions:
- files~=^.sbt/matrix/kpl3/
actions:
label:
add:
- kpl3
remove: []
- name: Label root-js-213 PRs
conditions:
- files~=^root-js-213/
actions:
label:
add:
- root-js-213
remove: []
- name: Label root-js-3 PRs
conditions:
- files~=^root-js-3/
actions:
label:
add:
- root-js-3
remove: []
- name: Label root-jvm-213 PRs
conditions:
- files~=^root-jvm-213/
actions:
label:
add:
- root-jvm-213
remove: []
- name: Label root-jvm-3 PRs
conditions:
- files~=^root-jvm-3/
actions:
label:
add:
- root-jvm-3
remove: []
- name: Label root-native-213 PRs
conditions:
- files~=^root-native-213/
actions:
label:
add:
- root-native-213
remove: []
- name: Label root-native-3 PRs
conditions:
- files~=^root-native-3/
actions:
label:
add:
- root-native-3
remove: []
- name: Label shared PRs
conditions:
- files~=^shared/
actions:
label:
add:
- shared
remove: []
- name: Label shared-circe PRs
conditions:
- files~=^shared-circe/
actions:
label:
add:
- shared-circe
remove: []
- name: Label shared-circe3 PRs
conditions:
- files~=^.sbt/matrix/shared-circe3/
actions:
label:
add:
- shared-circe3
remove: []
- name: Label shared-circeJS PRs
conditions:
- files~=^.sbt/matrix/shared-circeJS/
actions:
label:
add:
- shared-circeJS
remove: []
- name: Label shared-circeJS3 PRs
conditions:
- files~=^.sbt/matrix/shared-circeJS3/
actions:
label:
add:
- shared-circeJS3
remove: []
- name: Label shared-circeNative PRs
conditions:
- files~=^.sbt/matrix/shared-circeNative/
actions:
label:
add:
- shared-circeNative
remove: []
- name: Label shared-circeNative3 PRs
conditions:
- files~=^.sbt/matrix/shared-circeNative3/
actions:
label:
add:
- shared-circeNative3
remove: []
- name: Label shared-ciris PRs
conditions:
- files~=^shared-ciris/
actions:
label:
add:
- shared-ciris
remove: []
- name: Label shared-ciris3 PRs
conditions:
- files~=^.sbt/matrix/shared-ciris3/
actions:
label:
add:
- shared-ciris3
remove: []
- name: Label shared-cirisJS PRs
conditions:
- files~=^.sbt/matrix/shared-cirisJS/
actions:
label:
add:
- shared-cirisJS
remove: []
- name: Label shared-cirisJS3 PRs
conditions:
- files~=^.sbt/matrix/shared-cirisJS3/
actions:
label:
add:
- shared-cirisJS3
remove: []
- name: Label shared-cirisNative PRs
conditions:
- files~=^.sbt/matrix/shared-cirisNative/
actions:
label:
add:
- shared-cirisNative
remove: []
- name: Label shared-cirisNative3 PRs
conditions:
- files~=^.sbt/matrix/shared-cirisNative3/
actions:
label:
add:
- shared-cirisNative3
remove: []
- name: Label shared-localstack PRs
conditions:
- files~=^shared-localstack/
actions:
label:
add:
- shared-localstack
remove: []
- name: Label shared-localstack3 PRs
conditions:
- files~=^.sbt/matrix/shared-localstack3/
actions:
label:
add:
- shared-localstack3
remove: []
- name: Label shared-localstackJS PRs
conditions:
- files~=^.sbt/matrix/shared-localstackJS/
actions:
label:
add:
- shared-localstackJS
remove: []
- name: Label shared-localstackJS3 PRs
conditions:
- files~=^.sbt/matrix/shared-localstackJS3/
actions:
label:
add:
- shared-localstackJS3
remove: []
- name: Label shared-localstackNative PRs
conditions:
- files~=^.sbt/matrix/shared-localstackNative/
actions:
label:
add:
- shared-localstackNative
remove: []
- name: Label shared-localstackNative3 PRs
conditions:
- files~=^.sbt/matrix/shared-localstackNative3/
actions:
label:
add:
- shared-localstackNative3
remove: []
- name: Label shared3 PRs
conditions:
- files~=^.sbt/matrix/shared3/
actions:
label:
add:
- shared3
remove: []
- name: Label sharedJS PRs
conditions:
- files~=^.sbt/matrix/sharedJS/
actions:
label:
add:
- sharedJS
remove: []
- name: Label sharedJS3 PRs
conditions:
- files~=^.sbt/matrix/sharedJS3/
actions:
label:
add:
- sharedJS3
remove: []
- name: Label sharedNative PRs
conditions:
- files~=^.sbt/matrix/sharedNative/
actions:
label:
add:
- sharedNative
remove: []
- name: Label sharedNative3 PRs
conditions:
- files~=^.sbt/matrix/sharedNative3/
actions:
label:
add:
- sharedNative3
remove: []
- name: Label smithy4s-client PRs
conditions:
- files~=^smithy4s-client/
actions:
label:
add:
- smithy4s-client
remove: []
- name: Label smithy4s-client-localstack PRs
conditions:
- files~=^smithy4s-client-localstack/
actions:
label:
add:
- smithy4s-client-localstack
remove: []
- name: Label smithy4s-client-localstack3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-localstack3/
actions:
label:
add:
- smithy4s-client-localstack3
remove: []
- name: Label smithy4s-client-localstackJS PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-localstackJS/
actions:
label:
add:
- smithy4s-client-localstackJS
remove: []
- name: Label smithy4s-client-localstackJS3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-localstackJS3/
actions:
label:
add:
- smithy4s-client-localstackJS3
remove: []
- name: Label smithy4s-client-localstackNative3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-localstackNative3/
actions:
label:
add:
- smithy4s-client-localstackNative3
remove: []
- name: Label smithy4s-client-logging-circe PRs
conditions:
- files~=^smithy4s-client-logging-circe/
actions:
label:
add:
- smithy4s-client-logging-circe
remove: []
- name: Label smithy4s-client-logging-circe3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-logging-circe3/
actions:
label:
add:
- smithy4s-client-logging-circe3
remove: []
- name: Label smithy4s-client-logging-circeJS PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-logging-circeJS/
actions:
label:
add:
- smithy4s-client-logging-circeJS
remove: []
- name: Label smithy4s-client-logging-circeJS3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-logging-circeJS3/
actions:
label:
add:
- smithy4s-client-logging-circeJS3
remove: []
- name: Label smithy4s-client-logging-circeNative3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client-logging-circeNative3/
actions:
label:
add:
- smithy4s-client-logging-circeNative3
remove: []
- name: Label smithy4s-client-transformers PRs
conditions:
- files~=^smithy4s-client-transformers/
actions:
label:
add:
- smithy4s-client-transformers
remove: []
- name: Label smithy4s-client3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-client3/
actions:
label:
add:
- smithy4s-client3
remove: []
- name: Label smithy4s-clientJS PRs
conditions:
- files~=^.sbt/matrix/smithy4s-clientJS/
actions:
label:
add:
- smithy4s-clientJS
remove: []
- name: Label smithy4s-clientJS3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-clientJS3/
actions:
label:
add:
- smithy4s-clientJS3
remove: []
- name: Label smithy4s-clientNative3 PRs
conditions:
- files~=^.sbt/matrix/smithy4s-clientNative3/
actions:
label:
add:
- smithy4s-clientNative3
remove: []
- name: Label unidocs PRs
conditions:
- files~=^unidocs/
actions:
label:
add:
- unidocs
remove: []