ci: fix up pr subscribers review request automation (#21416)
This commit is contained in:
@ -18,8 +18,12 @@ pull_request_rules:
|
|||||||
- author≠@core-contributors
|
- author≠@core-contributors
|
||||||
- author≠mergify[bot]
|
- author≠mergify[bot]
|
||||||
- author≠dependabot[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"
|
- "#commented-reviews-by=0"
|
||||||
|
- "#changes-requested-reviews-by=0"
|
||||||
actions:
|
actions:
|
||||||
request_reviews:
|
request_reviews:
|
||||||
teams:
|
teams:
|
||||||
|
Reference in New Issue
Block a user