We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b94df commit d40f1daCopy full SHA for d40f1da
.github/mergify.yml
@@ -42,6 +42,14 @@ pull_request_rules:
42
backport:
43
branches:
44
- 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
53
- name: backport patches to v2.0.x branch
54
conditions:
55
- base=main
@@ -57,7 +65,15 @@ pull_request_rules:
57
65
actions:
58
66
59
67
60
- - release/v2.1.x
68
+ - release/v2.1.x
69
+ - name: backport patches to v2.2.x branch
70
71
72
+ - label=backport-to-v2.2.x
73
74
75
76
+ - release/v2.2.x
61
77
- name: backport patches to v3.0.x branch
62
78
63
79
0 commit comments