Don't request reviews from community-pr-subscribers if reviewer assigned (#24270)
This commit is contained in:
parent
b6903dab6e
commit
9488a73f52
|
@ -21,9 +21,7 @@ pull_request_rules:
|
||||||
# Only request reviews from the pr subscribers group if no one
|
# Only request reviews from the pr subscribers group if no one
|
||||||
# has reviewed the community PR yet. These checks only match
|
# has reviewed the community PR yet. These checks only match
|
||||||
# reviewers with admin, write or maintain permission on the repository.
|
# reviewers with admin, write or maintain permission on the repository.
|
||||||
- "#approved-reviews-by=0"
|
- "review-requested~=^@solana-labs/community-pr-subscribers"
|
||||||
- "#commented-reviews-by=0"
|
|
||||||
- "#changes-requested-reviews-by=0"
|
|
||||||
actions:
|
actions:
|
||||||
request_reviews:
|
request_reviews:
|
||||||
teams:
|
teams:
|
||||||
|
|
Loading…
Reference in New Issue