We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de20ff0 commit e4f33ebCopy full SHA for e4f33eb
.mergify.yml
@@ -304,3 +304,16 @@ pull_request_rules:
304
labels:
305
- "backport"
306
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
307
+ - name: backport patches to 8.18 branch
308
+ conditions:
309
+ - merged
310
+ - label=backport-8.18
311
+ actions:
312
+ backport:
313
+ assignees:
314
+ - "{{ author }}"
315
+ branches:
316
+ - "8.18"
317
+ labels:
318
+ - "backport"
319
+ title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
0 commit comments