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 4396df1 commit dd266a8Copy full SHA for dd266a8
.mergify.yml
@@ -13,6 +13,20 @@ pull_request_rules:
13
git merge upstream/{{base}}
14
git push upstream {{head}}
15
```
16
+ - name: backport patches to 8.14 branch
17
+ conditions:
18
+ - merged
19
+ - base=main
20
+ - label=v8.14.0
21
+ actions:
22
+ backport:
23
+ assignees:
24
+ - "{{ author }}"
25
+ branches:
26
+ - "8.14"
27
+ title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
28
+ labels:
29
+ - backport
30
- name: backport patches to 8.13 branch
31
conditions:
32
- merged
0 commit comments