-
Notifications
You must be signed in to change notification settings - Fork 17
/
.mergify.yml
103 lines (102 loc) · 2.62 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
# 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=Build and Test (ubuntu-latest, 2.13, temurin@17, true, root-jvm-213,
4567)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, true, root-jvm-213,
4568)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, true, root-js-213,
4567)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, true, root-js-213,
4568)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, false, root-jvm-213,
4567)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, false, root-jvm-213,
4568)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, false, root-js-213,
4567)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@17, false, root-js-213,
4568)
actions:
merge:
method: squash
- name: Label integration-tests PRs
conditions:
- files~=^integration-tests/
actions:
label:
add:
- integration-tests
remove: []
- name: Label kinesis-mock PRs
conditions:
- files~=^kinesis-mock/
actions:
label:
add:
- kinesis-mock
remove: []
- name: Label kinesis-mockJS PRs
conditions:
- files~=^.sbt/matrix/kinesis-mockJS/
actions:
label:
add:
- kinesis-mockJS
remove: []
- name: Label root-js-213 PRs
conditions:
- files~=^root-js-213/
actions:
label:
add:
- root-js-213
remove: []
- name: Label root-jvm-213 PRs
conditions:
- files~=^root-jvm-213/
actions:
label:
add:
- root-jvm-213
remove: []
- name: Label testkit PRs
conditions:
- files~=^testkit/
actions:
label:
add:
- testkit
remove: []
- name: Label testkitJS PRs
conditions:
- files~=^.sbt/matrix/testkitJS/
actions:
label:
add:
- testkitJS
remove: []
- name: Label unit-tests PRs
conditions:
- files~=^unit-tests/
actions:
label:
add:
- unit-tests
remove: []
- name: Label unit-testsJS PRs
conditions:
- files~=^.sbt/matrix/unit-testsJS/
actions:
label:
add:
- unit-testsJS
remove: []