-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mergify.yml
354 lines (353 loc) · 8.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
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
# 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=lucuma-steward[bot]
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- 'title=flake.lock: Update'
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootCore)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootGridLayout)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootDraggable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootFloatingui)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootTanstackTable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootHighcharts)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootDatepicker)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootBeautifulDnd)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootFontAwesome)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootHotkeys)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootResizable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootPrimeReact)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, circularProgressbar)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, markdown)
actions:
merge: {}
- name: Label beautiful-dnd PRs
conditions:
- files~=^beautiful-dnd/
actions:
label:
add:
- beautiful-dnd
remove: []
- name: Label beautiful-dnd-demo PRs
conditions:
- files~=^beautiful-dnd-demo/
actions:
label:
add:
- beautiful-dnd-demo
remove: []
- name: Label circular-progressbar PRs
conditions:
- files~=^circular-progressbar/
actions:
label:
add:
- circular-progressbar
remove: []
- name: Label common PRs
conditions:
- files~=^common/
actions:
label:
add:
- common
remove: []
- name: Label datepicker PRs
conditions:
- files~=^datepicker/
actions:
label:
add:
- datepicker
remove: []
- name: Label datepicker-demo PRs
conditions:
- files~=^datepicker-demo/
actions:
label:
add:
- datepicker-demo
remove: []
- name: Label draggable PRs
conditions:
- files~=^draggable/
actions:
label:
add:
- draggable
remove: []
- name: Label floatingui PRs
conditions:
- files~=^floatingui/
actions:
label:
add:
- floatingui
remove: []
- name: Label font-awesome PRs
conditions:
- files~=^font-awesome/
actions:
label:
add:
- font-awesome
remove: []
- name: Label font-awesome-demo PRs
conditions:
- files~=^font-awesome-demo/
actions:
label:
add:
- font-awesome-demo
remove: []
- name: Label grid-layout PRs
conditions:
- files~=^grid-layout/
actions:
label:
add:
- grid-layout
remove: []
- name: Label grid-layout-demo PRs
conditions:
- files~=^grid-layout-demo/
actions:
label:
add:
- grid-layout-demo
remove: []
- name: Label highcharts PRs
conditions:
- files~=^highcharts/
actions:
label:
add:
- highcharts
remove: []
- name: Label highcharts-demo PRs
conditions:
- files~=^highcharts-demo/
actions:
label:
add:
- highcharts-demo
remove: []
- name: Label hotkeys-demo PRs
conditions:
- files~=^hotkeys-demo/
actions:
label:
add:
- hotkeys-demo
remove: []
- name: Label hotkeys-hooks PRs
conditions:
- files~=^hotkeys-hooks/
actions:
label:
add:
- hotkeys-hooks
remove: []
- name: Label markdown PRs
conditions:
- files~=^markdown/
actions:
label:
add:
- markdown
remove: []
- name: Label prime-react PRs
conditions:
- files~=^prime-react/
actions:
label:
add:
- prime-react
remove: []
- name: Label prime-react-demo PRs
conditions:
- files~=^prime-react-demo/
actions:
label:
add:
- prime-react-demo
remove: []
- name: Label resizable PRs
conditions:
- files~=^resizable/
actions:
label:
add:
- resizable
remove: []
- name: Label resizable-demo PRs
conditions:
- files~=^resizable-demo/
actions:
label:
add:
- resizable-demo
remove: []
- name: Label resize-detector PRs
conditions:
- files~=^resize-detector/
actions:
label:
add:
- resize-detector
remove: []
- name: Label resize-detector-demo PRs
conditions:
- files~=^resize-detector-demo/
actions:
label:
add:
- resize-detector-demo
remove: []
- name: Label rootBeautifulDnd PRs
conditions:
- files~=^rootBeautifulDnd/
actions:
label:
add:
- rootBeautifulDnd
remove: []
- name: Label rootCore PRs
conditions:
- files~=^rootCore/
actions:
label:
add:
- rootCore
remove: []
- name: Label rootDatepicker PRs
conditions:
- files~=^rootDatepicker/
actions:
label:
add:
- rootDatepicker
remove: []
- name: Label rootDraggable PRs
conditions:
- files~=^rootDraggable/
actions:
label:
add:
- rootDraggable
remove: []
- name: Label rootFloatingui PRs
conditions:
- files~=^rootFloatingui/
actions:
label:
add:
- rootFloatingui
remove: []
- name: Label rootFontAwesome PRs
conditions:
- files~=^rootFontAwesome/
actions:
label:
add:
- rootFontAwesome
remove: []
- name: Label rootGridLayout PRs
conditions:
- files~=^rootGridLayout/
actions:
label:
add:
- rootGridLayout
remove: []
- name: Label rootHighcharts PRs
conditions:
- files~=^rootHighcharts/
actions:
label:
add:
- rootHighcharts
remove: []
- name: Label rootHotkeys PRs
conditions:
- files~=^rootHotkeys/
actions:
label:
add:
- rootHotkeys
remove: []
- name: Label rootPrimeReact PRs
conditions:
- files~=^rootPrimeReact/
actions:
label:
add:
- rootPrimeReact
remove: []
- name: Label rootResizable PRs
conditions:
- files~=^rootResizable/
actions:
label:
add:
- rootResizable
remove: []
- name: Label rootTanstackTable PRs
conditions:
- files~=^rootTanstackTable/
actions:
label:
add:
- rootTanstackTable
remove: []
- name: Label tanstack-table PRs
conditions:
- files~=^tanstack-table/
actions:
label:
add:
- tanstack-table
remove: []
- name: Label tanstack-table-demo PRs
conditions:
- files~=^tanstack-table-demo/
actions:
label:
add:
- tanstack-table-demo
remove: []
- name: Label test PRs
conditions:
- files~=^test/
actions:
label:
add:
- test
remove: []
- name: merge dependabot PRs
conditions:
- author=dependabot[bot]
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootCore)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootGridLayout)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootDraggable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootFloatingui)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootTanstackTable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootHighcharts)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootDatepicker)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootBeautifulDnd)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootFontAwesome)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootHotkeys)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootResizable)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, rootPrimeReact)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, circularProgressbar)
- status-success=Build and Test (ubuntu-latest, 3, temurin@17, markdown)
actions:
merge: {}