Skip to content

Commit

Permalink
Merge pull request #4 from alecmocatta/mergify-fix
Browse files Browse the repository at this point in the history
Remove mistaken condition from mergify config
  • Loading branch information
alecmocatta committed Oct 17, 2019
2 parents f64bc9e + c643f53 commit a5969ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
actions:
merge:
method: merge
Expand All @@ -21,7 +20,6 @@ pull_request_rules:
- 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 Down

0 comments on commit a5969ff

Please sign in to comment.