Skip to content

Commit

Permalink
Remove automatic backport-8.x label creation (#17290)
Browse files Browse the repository at this point in the history
This commit removes the automatic creation of the `backport-8.x` label on any commit
  • Loading branch information
robbavey authored Mar 6, 2025
1 parent cb68868 commit bff0d5c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,7 @@ pull_request_rules:
branches, such as:
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
* `backport-8.x` is the label to automatically backport to the `8.x` branch.
- name: add backport-8.x for the all the PRs targeting main if no skipped or assigned already
conditions:
- -label~=^(backport-skip|backport-8.x)$
- base=main
actions:
comment:
message: |
`backport-8.x` has been added to help with the transition to the new branch `8.x`.
If you don't need it please use `backport-skip` label.
label:
add:
- backport-8.x
* If no backport is necessary, please add the `backport-skip` label
- name: remove backport-skip label
conditions:
Expand Down

0 comments on commit bff0d5c

Please sign in to comment.