File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -277,20 +277,6 @@ pull_request_rules:
277
277
To fixup this pull request, you need to add the backport labels for the needed
278
278
branches, such as:
279
279
* `backport-./d./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
280
- - name : add backport-8.x label for main only if no skipped or assigned already
281
- conditions :
282
- - -label~=^(backport-skip|backport-8.x)$
283
- - base=main
284
- - -merged
285
- - -closed
286
- actions :
287
- comment :
288
- message : |
289
- `backport-8.x` has been added to help with the transition to the new branch `8.x`.
290
- If you don't need it please use `backport-skip` label and remove the `backport-8.x` label.
291
- label :
292
- add :
293
- - backport-8.x
294
280
- name : backport patches to 8.17 branch
295
281
conditions :
296
282
- merged
You can’t perform that action at this time.
0 commit comments