Skip to content

Commit f616f7b

Browse files
authored
Update .mergify.yml
1 parent 0f1c582 commit f616f7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.mergify.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ pull_request_rules:
1515
git merge <remote-repo>/{{base}}
1616
git push <remote-repo> {{head}}
1717
```
18+
- name: backport patches to main branch
19+
conditions:
20+
- merged
21+
- label=backport-main
22+
actions:
23+
backport:
24+
assignees:
25+
- "{{ author }}"
26+
labels:
27+
- "backport"
28+
branches:
29+
- "main"
30+
title: "[{{ destination_branch }}](backport #{{ number }}) {{ title }}"
1831
- name: backport patches to 8.x branch
1932
conditions:
2033
- merged

0 commit comments

Comments
 (0)