File tree Expand file tree Collapse file tree 1 file changed +3
-31
lines changed Expand file tree Collapse file tree 1 file changed +3
-31
lines changed Original file line number Diff line number Diff line change @@ -12,39 +12,11 @@ queue_rules:
12
12
{{ body }}
13
13
14
14
pull_request_rules :
15
- - name : backport patches to v6.0 .x branch
15
+ - name : backport patches to v0.3 .x branch
16
16
conditions :
17
17
- base=main
18
- - label=backport/6.0 .x
18
+ - label=backport/0.3 .x
19
19
actions :
20
20
backport :
21
21
branches :
22
- - release/v6.0.x
23
- - name : backport patches to v5.0.x branch
24
- conditions :
25
- - base=main
26
- - label=backport/5.0.x
27
- actions :
28
- backport :
29
- branches :
30
- - release/v5.0.x
31
- - name : backport patches to v4.0.x branch
32
- conditions :
33
- - base=main
34
- - label=backport/4.0.x
35
- actions :
36
- backport :
37
- branches :
38
- - release/v4.0.x
39
- - name : backport patches to v3.0.x branch
40
- conditions :
41
- - base=main
42
- - label=backport/3.0.x
43
- actions :
44
- backport :
45
- branches :
46
- - release/v3.0.x
47
- - name : refactored queue action rule
48
- conditions : []
49
- actions :
50
- queue :
22
+ - release/v0.3.x
You can’t perform that action at this time.
0 commit comments