Skip to content

Commit a14abe6

Browse files
authored
Update .mergify.yml (#5958)
Adds 8.17.0 to mergify and updates 8.16.
1 parent dd3b9e7 commit a14abe6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.mergify.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@ pull_request_rules:
1313
git merge upstream/{{base}}
1414
git push upstream {{head}}
1515
```
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
1630
- name: backport patches to 8.16 branch
1731
conditions:
1832
- merged
@@ -23,7 +37,7 @@ pull_request_rules:
2337
assignees:
2438
- "{{ author }}"
2539
branches:
26-
- "8.x"
40+
- "8.16"
2741
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
2842
labels:
2943
- backport

0 commit comments

Comments
 (0)