Skip to content

Commit dd266a8

Browse files
authored
Update .mergify.yml
Adds new mergify backport for `8.14` branch.
1 parent 4396df1 commit dd266a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.mergify.yml

Lines changed: 14 additions & 0 deletions
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.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
1630
- name: backport patches to 8.13 branch
1731
conditions:
1832
- merged

0 commit comments

Comments
 (0)