Skip to content

Commit 19d4cab

Browse files
authored
feat: add mergify backport support (#226)
1 parent 8b0c7e9 commit 19d4cab

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.mergify.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
pull_request_rules:
2+
- name: backport to develop
3+
conditions:
4+
- label="backport-develop"
5+
actions:
6+
backport:
7+
branches:
8+
- develop
9+
assignees:
10+
- "{{ author }}"
11+
12+
- name: backport to v1
13+
conditions:
14+
- label="backport-v1"
15+
actions:
16+
backport:
17+
branches:
18+
- v1
19+
assignees:
20+
- "{{ author }}"

0 commit comments

Comments
 (0)