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 b07566b commit 4bec23eCopy full SHA for 4bec23e
.mergify.yml
@@ -358,3 +358,16 @@ pull_request_rules:
358
labels:
359
- "backport"
360
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
361
+ - name: backport patches to 8.17 branch
362
+ conditions:
363
+ - merged
364
+ - label=backport-8.17
365
+ actions:
366
+ backport:
367
+ assignees:
368
+ - "{{ author }}"
369
+ branches:
370
+ - "8.17"
371
+ labels:
372
+ - "backport"
373
+ title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
0 commit comments