Skip to content

Commit bff0d5c

Browse files
authored
Remove automatic backport-8.x label creation (#17290)
This commit removes the automatic creation of the `backport-8.x` label on any commit
1 parent cb68868 commit bff0d5c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

Diff for: .mergify.yml

+1-13
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,7 @@ pull_request_rules:
2626
branches, such as:
2727
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
2828
* `backport-8.x` is the label to automatically backport to the `8.x` branch.
29-
30-
- name: add backport-8.x for the all the PRs targeting main if no skipped or assigned already
31-
conditions:
32-
- -label~=^(backport-skip|backport-8.x)$
33-
- base=main
34-
actions:
35-
comment:
36-
message: |
37-
`backport-8.x` has been added to help with the transition to the new branch `8.x`.
38-
If you don't need it please use `backport-skip` label.
39-
label:
40-
add:
41-
- backport-8.x
29+
* If no backport is necessary, please add the `backport-skip` label
4230
4331
- name: remove backport-skip label
4432
conditions:

0 commit comments

Comments
 (0)