-
Notifications
You must be signed in to change notification settings - Fork 79
/
.mergify.yml
193 lines (192 loc) · 4.07 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
# 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=typelevel-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@8, rootNative)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@8, rootNative)
- status-success=Build and Test (ubuntu-latest, 3, temurin@8, rootJS)
- status-success=Build and Test (ubuntu-latest, 3, temurin@8, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3, temurin@8, rootNative)
actions:
merge: {}
- name: Label core PRs
conditions:
- files~=^modules/core/
actions:
label:
add:
- core
remove: []
- name: Label core-tests PRs
conditions:
- files~=^modules/core-tests/
actions:
label:
add:
- core-tests
remove: []
- name: Label datadog PRs
conditions:
- files~=^modules/datadog/
actions:
label:
add:
- datadog
remove: []
- name: Label docs PRs
conditions:
- files~=^modules/docs/
actions:
label:
add:
- docs
remove: []
- name: Label examples PRs
conditions:
- files~=^modules/examples/
actions:
label:
add:
- examples
remove: []
- name: Label honeycomb PRs
conditions:
- files~=^modules/honeycomb/
actions:
label:
add:
- honeycomb
remove: []
- name: Label jaeger PRs
conditions:
- files~=^modules/jaeger/
actions:
label:
add:
- jaeger
remove: []
- name: Label lightstep PRs
conditions:
- files~=^modules/lightstep/
actions:
label:
add:
- lightstep
remove: []
- name: Label lightstep-grpc PRs
conditions:
- files~=^modules/lightstep-grpc/
actions:
label:
add:
- lightstep-grpc
remove: []
- name: Label lightstep-http PRs
conditions:
- files~=^modules/lightstep-http/
actions:
label:
add:
- lightstep-http
remove: []
- name: Label log PRs
conditions:
- files~=^modules/log/
actions:
label:
add:
- log
remove: []
- name: Label log-odin PRs
conditions:
- files~=^modules/log-odin/
actions:
label:
add:
- log-odin
remove: []
- name: Label mock PRs
conditions:
- files~=^modules/mock/
actions:
label:
add:
- mock
remove: []
- name: Label mtl PRs
conditions:
- files~=^modules/mtl/
actions:
label:
add:
- mtl
remove: []
- name: Label newrelic PRs
conditions:
- files~=^modules/newrelic/
actions:
label:
add:
- newrelic
remove: []
- name: Label noop PRs
conditions:
- files~=^modules/noop/
actions:
label:
add:
- noop
remove: []
- name: Label opencensus PRs
conditions:
- files~=^modules/opencensus/
actions:
label:
add:
- opencensus
remove: []
- name: Label opentelemetry PRs
conditions:
- files~=^modules/opentelemetry/
actions:
label:
add:
- opentelemetry
remove: []
- name: Label opentracing PRs
conditions:
- files~=^modules/opentracing/
actions:
label:
add:
- opentracing
remove: []
- name: Label testkit PRs
conditions:
- files~=^modules/testkit/
actions:
label:
add:
- testkit
remove: []
- name: Label xray PRs
conditions:
- files~=^modules/xray/
actions:
label:
add:
- xray
remove: []