Skip to content

Commit d40f1da

Browse files
add backport rules for v1.4.x and v2.2.x (#1085)
1 parent f0b94df commit d40f1da

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/mergify.yml

+17-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ pull_request_rules:
4242
backport:
4343
branches:
4444
- release/v1.3.x
45+
- name: backport patches to v1.4.x branch
46+
conditions:
47+
- base=main
48+
- label=backport-to-v1.4.x
49+
actions:
50+
backport:
51+
branches:
52+
- release/v1.4.x
4553
- name: backport patches to v2.0.x branch
4654
conditions:
4755
- base=main
@@ -57,7 +65,15 @@ pull_request_rules:
5765
actions:
5866
backport:
5967
branches:
60-
- release/v2.1.x
68+
- release/v2.1.x
69+
- name: backport patches to v2.2.x branch
70+
conditions:
71+
- base=main
72+
- label=backport-to-v2.2.x
73+
actions:
74+
backport:
75+
branches:
76+
- release/v2.2.x
6177
- name: backport patches to v3.0.x branch
6278
conditions:
6379
- base=main

0 commit comments

Comments
 (0)