Skip to content

Commit 6bc9a65

Browse files
authored
Update mergify config for 8.6 (elastic#2265)
1 parent bacb68d commit 6bc9a65

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
@@ -15,6 +15,20 @@ pull_request_rules:
1515
git merge <remote-repo>/{{base}}
1616
git push <remote-repo> {{head}}
1717
```
18+
- name: backport patches to 8.6 branch
19+
conditions:
20+
- merged
21+
- base=main
22+
- label=backport-8.6
23+
actions:
24+
backport:
25+
assignees:
26+
- "{{ author }}"
27+
branches:
28+
- "8.6"
29+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
30+
labels:
31+
- backport
1832
- name: backport patches to 8.5 branch
1933
conditions:
2034
- merged

0 commit comments

Comments
 (0)