Skip to content

Commit

Permalink
mergify: remove backport-8.x enforcement (#15485)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 30, 2025
1 parent 0315dfb commit 9d109a5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,20 +174,9 @@ pull_request_rules:
branches, such as:
* `backport-7.17` is the label to automatically backport to the 7.17 branch.
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit.
* `backport-9./d` is the label to automatically backport to the `9./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
- name: remove backport-skip label
conditions:
- label~=^backport-\d
Expand Down

0 comments on commit 9d109a5

Please sign in to comment.