Skip to content

Commit

Permalink
[mergify] report open backported PRs once a week (elastic#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Nov 19, 2021
1 parent d175922 commit bc91269
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ pull_request_rules:
label:
remove:
- backport-skip
- name: notify the backport has not been merged yet
conditions:
- -merged
- -closed
- author=mergify[bot]
- "#check-success>0"
- schedule=Mon-Mon 06:00-10:00[Europe/Paris]
- "#assignee>=1"
actions:
comment:
message: |
This pull request has not been merged yet. Could you please review and merge it @{{ assignee | join(', @') }}? 🙏
- name: automatic merge for 7\. or 8\. branches when CI passes
conditions:
- check-success=fleet-server/pr-merge
Expand Down

0 comments on commit bc91269

Please sign in to comment.