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 dd3b9e7 commit a14abe6Copy full SHA for a14abe6
.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.17 branch
17
+ conditions:
18
+ - merged
19
+ - base=main
20
+ - label=v8.17.0
21
+ actions:
22
+ backport:
23
+ assignees:
24
+ - "{{ author }}"
25
+ branches:
26
+ - "8.x"
27
+ title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
28
+ labels:
29
+ - backport
30
- name: backport patches to 8.16 branch
31
conditions:
32
- merged
@@ -23,7 +37,7 @@ pull_request_rules:
37
assignees:
38
- "{{ author }}"
39
branches:
- - "8.x"
40
+ - "8.16"
41
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
42
labels:
43
- backport
0 commit comments