Skip to content

Commit

Permalink
chore: use number of people requesting changes rather than the cdk te…
Browse files Browse the repository at this point in the history
…am (aws#7001)

mergify does not seem to recognize the condition
'changes-requested-reviews-by=@aws/aws-cdk-team'.

Instead switch over to using number of changes requested reviews.
  • Loading branch information
Niranjan Jayakar authored Mar 25, 2020
1 parent bfc4b5c commit fe0b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pull_request_rules:
comment:
message: Once all the requested changes have been addressed, and the PR is ready for another review, remember to [dismiss the review](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review).
conditions:
- changes-requested-reviews-by=@aws/aws-cdk-team
- "#changes-requested-reviews-by>=1"
- name: remove stale reviews
actions:
dismiss_reviews:
Expand Down

0 comments on commit fe0b057

Please sign in to comment.