mergify: don't request reviews for community pr's if already reviewed (#21345)
This commit is contained in:
@ -13,6 +13,14 @@ pull_request_rules:
|
|||||||
label:
|
label:
|
||||||
add:
|
add:
|
||||||
- community
|
- community
|
||||||
|
- name: request review for community changes
|
||||||
|
conditions:
|
||||||
|
- author≠@core-contributors
|
||||||
|
- author≠mergify[bot]
|
||||||
|
- author≠dependabot[bot]
|
||||||
|
- "#review-requested=0"
|
||||||
|
- "#commented-reviews-by=0"
|
||||||
|
actions:
|
||||||
request_reviews:
|
request_reviews:
|
||||||
teams:
|
teams:
|
||||||
- "@solana-labs/community-pr-subscribers"
|
- "@solana-labs/community-pr-subscribers"
|
||||||
|
Reference in New Issue
Block a user