From 9488a73f5252ad0d7ea830a0b456d9aa4bfbb7c1 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Tue, 12 Apr 2022 16:35:05 +0800 Subject: [PATCH] Don't request reviews from community-pr-subscribers if reviewer assigned (#24270) --- .mergify.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.mergify.yml b/.mergify.yml index a1494ad53f9184..b182df1f3c823a 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -21,9 +21,7 @@ pull_request_rules: # 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" + - "review-requested~=^@solana-labs/community-pr-subscribers" actions: request_reviews: teams: