Skip to content

Commit

Permalink
chore(mergify): remove commented-reviews-by condition (aws-samples#310)
Browse files Browse the repository at this point in the history
This condition enforces that PRs have no comments before it can be
merged. It's not clear why this is needed. As long as the build succeeds
and there is one approval from a core member, it's fine to merge
  • Loading branch information
Niranjan Jayakar authored Jun 26, 2020
1 parent 869e3b7 commit 0233c0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- -approved-reviews-by~=author
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- status-success=build
- status-success=Semantic Pull Request
- name: remove stale reviews
Expand Down

0 comments on commit 0233c0a

Please sign in to comment.