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 5e1f441 commit 85d340aCopy full SHA for 85d340a
.mergify.yml
@@ -317,3 +317,16 @@ pull_request_rules:
317
labels:
318
- "backport"
319
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
320
+ - name: backport patches to 9.0 branch
321
+ conditions:
322
+ - merged
323
+ - label=backport-9.0
324
+ actions:
325
+ backport:
326
+ assignees:
327
+ - "{{ author }}"
328
+ branches:
329
+ - "9.0"
330
+ labels:
331
+ - "backport"
332
+ title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
0 commit comments