Skip to content

Commit 8c43edb

Browse files
authored
mergify: remove duplicated configuration and rebase action (#11496)
1 parent 6e75651 commit 8c43edb

File tree

1 file changed

+0
-111
lines changed

1 file changed

+0
-111
lines changed

.mergify.yml

Lines changed: 0 additions & 111 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ pull_request_rules:
4141
actions:
4242
queue:
4343
name: default
44-
- name: rebase pull requests for the VM autobump and ESS version pinning
45-
conditions:
46-
- author=github-actions[bot]
47-
- or:
48-
- files~=^.buildkite/(pipeline.yml|bk.integration.pipeline.yml)$
49-
- head~=^updatecli_.*
50-
- "#check-failure>0"
51-
- schedule=Mon-Fri 04:00-06:00[Europe/Paris]
52-
actions:
53-
rebase:
54-
5544
- name: self-assign PRs
5645
conditions:
5746
- -merged
@@ -67,13 +56,8 @@ pull_request_rules:
6756
- label=forwardport-main
6857
actions:
6958
backport:
70-
assignees:
71-
- "{{ author }}"
7259
branches:
7360
- "main"
74-
labels:
75-
- "backport"
76-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
7761
- name: ask to resolve conflict
7862
conditions:
7963
- -merged
@@ -184,234 +168,144 @@ pull_request_rules:
184168
- label~=^(backport-v7.17.0|backport-7.17)$
185169
actions:
186170
backport:
187-
assignees:
188-
- "{{ author }}"
189171
branches:
190172
- "7.17"
191-
labels:
192-
- "backport"
193-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
194173
- name: backport patches to 8.2 branch
195174
conditions:
196175
- merged
197176
- label=backport-v8.2.0
198177
actions:
199178
backport:
200-
assignees:
201-
- "{{ author }}"
202179
branches:
203180
- "8.2"
204-
labels:
205-
- "backport"
206-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
207181
- name: backport patches to 8.3 branch
208182
conditions:
209183
- merged
210184
- label=backport-v8.3.0
211185
actions:
212186
backport:
213-
assignees:
214-
- "{{ author }}"
215187
branches:
216188
- "8.3"
217-
labels:
218-
- "backport"
219-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
220189
- name: backport patches to 8.4 branch
221190
conditions:
222191
- merged
223192
- label=backport-v8.4.0
224193
actions:
225194
backport:
226-
assignees:
227-
- "{{ author }}"
228195
branches:
229196
- "8.4"
230-
labels:
231-
- "backport"
232-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
233197
- name: backport patches to 8.5 branch
234198
conditions:
235199
- merged
236200
- label=backport-v8.5.0
237201
actions:
238202
backport:
239-
assignees:
240-
- "{{ author }}"
241203
branches:
242204
- "8.5"
243-
labels:
244-
- "backport"
245-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
246205
- name: backport patches to 8.6 branch
247206
conditions:
248207
- merged
249208
- label=backport-v8.6.0
250209
actions:
251210
backport:
252-
assignees:
253-
- "{{ author }}"
254211
branches:
255212
- "8.6"
256-
labels:
257-
- "backport"
258-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
259213
- name: backport patches to 8.7 branch
260214
conditions:
261215
- merged
262216
- label=backport-v8.7.0
263217
actions:
264218
backport:
265-
assignees:
266-
- "{{ author }}"
267219
branches:
268220
- "8.7"
269-
labels:
270-
- "backport"
271-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
272221
- name: backport patches to 8.8 branch
273222
conditions:
274223
- merged
275224
- label=backport-v8.8.0
276225
actions:
277226
backport:
278-
assignees:
279-
- "{{ author }}"
280227
branches:
281228
- "8.8"
282-
labels:
283-
- "backport"
284-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
285229
- name: backport patches to 8.9 branch
286230
conditions:
287231
- merged
288232
- label=backport-v8.9.0
289233
actions:
290234
backport:
291-
assignees:
292-
- "{{ author }}"
293235
branches:
294236
- "8.9"
295-
labels:
296-
- "backport"
297-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
298237
- name: backport patches to 8.10 branch
299238
conditions:
300239
- merged
301240
- label=backport-v8.10.0
302241
actions:
303242
backport:
304-
assignees:
305-
- "{{ author }}"
306243
branches:
307244
- "8.10"
308-
labels:
309-
- "backport"
310-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
311245
- name: backport patches to 8.11 branch
312246
conditions:
313247
- merged
314248
- label=backport-v8.11.0
315249
actions:
316250
backport:
317-
assignees:
318-
- "{{ author }}"
319251
branches:
320252
- "8.11"
321-
labels:
322-
- "backport"
323-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
324253
- name: backport patches to 8.12 branch
325254
conditions:
326255
- merged
327256
- label=backport-v8.12.0
328257
actions:
329258
backport:
330-
assignees:
331-
- "{{ author }}"
332259
branches:
333260
- "8.12"
334-
labels:
335-
- "backport"
336-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
337261
- name: backport patches to 8.13 branch
338262
conditions:
339263
- merged
340264
- label=backport-v8.13.0
341265
actions:
342266
backport:
343-
assignees:
344-
- "{{ author }}"
345267
branches:
346268
- "8.13"
347-
labels:
348-
- "backport"
349-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
350269
- name: backport patches to 8.14 branch
351270
conditions:
352271
- merged
353272
- label=backport-v8.14.0
354273
actions:
355274
backport:
356-
assignees:
357-
- "{{ author }}"
358275
branches:
359276
- "8.14"
360-
labels:
361-
- "backport"
362-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
363277
- name: backport patches to 8.15 branch
364278
conditions:
365279
- merged
366280
- label~=^(backport-v8.15.0|backport-8.15)$
367281
actions:
368282
backport:
369-
assignees:
370-
- "{{ author }}"
371283
branches:
372284
- "8.15"
373-
labels:
374-
- "backport"
375-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
376285
- name: backport patches to 8.16 branch
377286
conditions:
378287
- merged
379288
- label~=^(backport-v8.16.0|backport-8.16)$
380289
actions:
381290
backport:
382-
assignees:
383-
- "{{ author }}"
384291
branches:
385292
- "8.16"
386-
labels:
387-
- "backport"
388-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
389293
- name: backport patches to 8.17 branch
390294
conditions:
391295
- merged
392296
- label=backport-8.17
393297
actions:
394298
backport:
395-
assignees:
396-
- "{{ author }}"
397299
branches:
398300
- "8.17"
399-
labels:
400-
- "backport"
401-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
402301
- name: backport patches to 8.18 branch
403302
conditions:
404303
- merged
405304
- label=backport-8.18
406305
actions:
407306
backport:
408-
assignees:
409-
- "{{ author }}"
410307
branches:
411308
- "8.18"
412-
labels:
413-
- "backport"
414-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
415309
- name: backport patches to 8.19 branch
416310
conditions:
417311
- merged
@@ -426,13 +320,8 @@ pull_request_rules:
426320
- label=backport-9.0
427321
actions:
428322
backport:
429-
assignees:
430-
- "{{ author }}"
431323
branches:
432324
- "9.0"
433-
labels:
434-
- "backport"
435-
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
436325
- name: backport patches to 9.1 branch
437326
conditions:
438327
- merged

0 commit comments

Comments
 (0)