Skip to content

Commit

Permalink
chore(mergify): if an autobump fails, request a review (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpy committed Apr 8, 2020
1 parent 309b6fa commit 5529c57
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .mergify.yml
Expand Up @@ -49,7 +49,7 @@ pull_request_rules:
strict: smart
label:
add: ["auto merged"]
- name: Automatically merge kork autobump PRs on CI success
- name: Automatically merge autobump PRs on CI success
conditions:
- base=master
- status-success=build
Expand All @@ -61,3 +61,12 @@ pull_request_rules:
strict: smart
label:
add: ["auto merged"]
- name: Request reviews for autobump PRs on CI failure
conditions:
- base=master
- status-failure=build
- "label~=autobump-*"
- base=master
actions:
request_reviews:
teams: ["oss-reviewers"]

0 comments on commit 5529c57

Please sign in to comment.