Skip to content

Commit

Permalink
[mergify] remove backport-skip if added a backport label (elastic#28235)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Oct 5, 2021
1 parent 835b3ba commit 9704ccf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ pull_request_rules:
label:
add:
- backport-skip
- name: remove-backport label
conditions:
- label~=backport-v
actions:
label:
remove:
- backport-skip
- name: backport patches to 7.x branch
conditions:
- merged
Expand Down

0 comments on commit 9704ccf

Please sign in to comment.