Skip to content

Commit

Permalink
[mergify] notify the backport policy for open PRs (elastic#28994)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 16, 2021
1 parent 550dd07 commit d2c38fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ pull_request_rules:
conditions:
- -label~=^backport
- base=master
- -merged
- -closed
actions:
comment:
message: |
Expand All @@ -120,6 +122,8 @@ pull_request_rules:
- name: remove-backport label
conditions:
- label~=backport-v
- -merged
- -closed
actions:
label:
remove:
Expand Down

0 comments on commit d2c38fc

Please sign in to comment.