Skip to content

Commit

Permalink
Merge remote-tracking branch 'template/master' into bump-relative
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Oct 18, 2019
2 parents 3219800 + a5969ff commit f8304ef
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ pull_request_rules:
conditions:
- base=master
- status-success=tests
- label!=work-in-progress
- "label!=work in progress"
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
actions:
merge:
method: merge
Expand All @@ -17,11 +16,10 @@ pull_request_rules:
conditions:
- base=master
- status-success=tests
- label!=work-in-progress
- "label!=work in progress"
- author=alecmocatta # https://github.com/Mergifyio/mergify-engine/issues/451
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
actions:
merge:
method: merge
Expand All @@ -36,10 +34,10 @@ pull_request_rules:
- "title~=^WIP: .*"
actions:
label:
add: ["work-in-progress"]
add: ["work in progress"]
- name: auto remove wip label
conditions:
- "-title~=^WIP: .*"
actions:
label:
remove: ["work-in-progress"]
remove: ["work in progress"]

0 comments on commit f8304ef

Please sign in to comment.