Skip to content

Commit

Permalink
mergify: remove backport-8.x enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jan 30, 2025
1 parent 35fbdce commit c2d8d96
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,6 @@ pull_request_rules:
branches, such as:
* `backport-8./d` is the label to automatically backport to the `8./d` branch. `/d` is the digit
- name: add backport-8.x label for main only if no skipped or assigned already
conditions:
- -label~=^(backport-skip|backport-8.x)$
- base=main
- -merged
- -closed
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 and remove the `backport-8.x` label.
label:
add:
- backport-8.x
- name: notify the backport has not been merged yet
conditions:
- -merged
Expand Down

0 comments on commit c2d8d96

Please sign in to comment.