Commit d1279f1 1 parent 08dcb4c commit d1279f1 Copy full SHA for d1279f1
File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ pull_request_rules:
24
24
{{ title }} (#{{ number }})
25
25
{{ body }}
26
26
27
- - name : Backport patches to the release/v17.2 .x branch
27
+ - name : Backport patches to the release/v17.3 .x branch
28
28
conditions :
29
29
- base=main
30
- - label=A:backport/v17.2 .x
30
+ - label=A:backport/v17.3 .x
31
31
actions :
32
32
backport :
33
33
branches :
34
- - release/v17.2 .x
34
+ - release/v17.3 .x
35
35
36
36
- name : Backport patches to the release/v18.x branch
37
37
conditions :
@@ -41,3 +41,12 @@ pull_request_rules:
41
41
backport :
42
42
branches :
43
43
- release/v18.x
44
+
45
+ - name : Backport patches to the release/v18.1.x branch
46
+ conditions :
47
+ - base=main
48
+ - label=A:backport/v18.1.x
49
+ actions :
50
+ backport :
51
+ branches :
52
+ - release/v18.1.x
You can’t perform that action at this time.
0 commit comments