File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ pull_request_rules:
122
122
This pull request does not have a backport label. Could you fix it @{{author}}? 🙏
123
123
To fixup this pull request, you need to add the backport labels for the needed
124
124
branches, such as:
125
- * `backport-v ./d./d.0 ` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126
- - name : add backport-v8 .x label for main only
125
+ * `backport-./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
126
+ - name : add backport-8 .x label for main only
127
127
conditions :
128
- - -label~=^backport-v8 .x
128
+ - -label~=^backport-8 .x
129
129
- base=main
130
130
- -merged
131
131
- -closed
@@ -135,11 +135,11 @@ pull_request_rules:
135
135
`backport-v8.x` has been added to help with the transition to the new branch `8.x`.
136
136
label :
137
137
add :
138
- - backport-v8 .x
138
+ - backport-8 .x
139
139
- name : backport patches to 7.17 branch
140
140
conditions :
141
141
- merged
142
- - label= backport-v7.17.0
142
+ - label~=^( backport-v7.17.0|backport-7.17)$
143
143
actions :
144
144
backport :
145
145
assignees :
@@ -321,7 +321,7 @@ pull_request_rules:
321
321
- name : backport patches to 8.15 branch
322
322
conditions :
323
323
- merged
324
- - label= backport-v8.15.0
324
+ - label~=^( backport-v8.15.0|backport-8.15)$
325
325
actions :
326
326
backport :
327
327
assignees :
@@ -334,7 +334,7 @@ pull_request_rules:
334
334
- name : backport patches to 8.x branch
335
335
conditions :
336
336
- merged
337
- - label= backport-v8.x
337
+ - label~=^( backport-v8.x|backport-8.x)$
338
338
actions :
339
339
backport :
340
340
assignees :
You can’t perform that action at this time.
0 commit comments