Skip to content

Commit 7a30364

Browse files
mergify[bot]jmikell821lcawl
authored
[8.x] [8.17][Main] Update .mergify.yml (backport #5958) (#5961)
* Update .mergify.yml (#5958) Adds 8.17.0 to mergify and updates 8.16. (cherry picked from commit a14abe6) # Conflicts: # .mergify.yml * Merge conflicts --------- Co-authored-by: Janeen Mikell Roberts <[email protected]> Co-authored-by: lcawl <[email protected]>
1 parent 18bf9e5 commit 7a30364

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.mergify.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,34 @@ 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
30+
- name: backport patches to 8.16 branch
31+
conditions:
32+
- merged
33+
- base=main
34+
- label=v8.16.0
35+
actions:
36+
backport:
37+
assignees:
38+
- "{{ author }}"
39+
branches:
40+
- "8.16"
41+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
42+
labels:
43+
- backport
1644
- name: backport patches to 8.15 branch
1745
conditions:
1846
- merged

0 commit comments

Comments
 (0)