File tree Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Expand file tree Collapse file tree 1 file changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ pull_request_rules:
24
24
To fixup this pull request, you need to add the backport labels for the needed
25
25
branches, such as:
26
26
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
27
- * `backport-8.x` is the label to automatically backport to the `8.x` branch.
28
27
* If no backport is necessary, please add the `backport-skip` label
29
28
30
29
- name : remove backport-skip label
@@ -47,21 +46,6 @@ pull_request_rules:
47
46
message : |
48
47
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏
49
48
50
- - name : backport patches to 8.x branch
51
- conditions :
52
- - merged
53
- - base=main
54
- - label=backport-8.x
55
- actions :
56
- backport :
57
- assignees :
58
- - " {{ author }}"
59
- branches :
60
- - " 8.x"
61
- labels :
62
- - " backport"
63
- title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
64
-
65
49
- name : backport patches to 8.16 branch
66
50
conditions :
67
51
- merged
@@ -107,6 +91,16 @@ pull_request_rules:
107
91
- " backport"
108
92
title : " [{{ destination_branch }}] {{ title }} (backport #{{ number }})"
109
93
94
+ - name : backport patches to 8.19 branch
95
+ conditions :
96
+ - merged
97
+ - base=main
98
+ - label=backport-8.19
99
+ actions :
100
+ backport :
101
+ branches :
102
+ - " 8.19"
103
+
110
104
- name : backport patches to 9.0 branch
111
105
conditions :
112
106
- merged
You can’t perform that action at this time.
0 commit comments