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 0faf667 commit beec888Copy full SHA for beec888
.mergify.yml
@@ -437,3 +437,11 @@ pull_request_rules:
437
labels:
438
- "backport"
439
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
440
+ - name: backport patches to 9.1 branch
441
+ conditions:
442
+ - merged
443
+ - label=backport-9.1
444
+ actions:
445
+ backport:
446
+ branches:
447
+ - "9.1"
0 commit comments