Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
ci: fix up pr subscribers review request automation (#21416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Nov 24, 2021
1 parent 1aebe65 commit 81c497d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,12 @@ pull_request_rules:
- author≠@core-contributors
- author≠mergify[bot]
- author≠dependabot[bot]
- "#review-requested=0"
# Only request reviews from the pr subscribers group if no one
# has reviewed the community PR yet. These checks only match
# reviewers with admin, write or maintain permission on the repository.
- "#approved-reviews-by=0"
- "#commented-reviews-by=0"
- "#changes-requested-reviews-by=0"
actions:
request_reviews:
teams:
Expand Down

0 comments on commit 81c497d

Please sign in to comment.