mergify: don't request reviews for community pr's if already reviewed (#21345)

This commit is contained in:
Justin Starry
2021-11-18 16:37:18 +01:00
committed by GitHub
parent 89102540b1
commit 915bf8576f

View File

@ -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"