From 915bf8576ff6934b3b079b75973dd8ac1e35f0a8 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 18 Nov 2021 16:37:18 +0100 Subject: [PATCH] mergify: don't request reviews for community pr's if already reviewed (#21345) --- .mergify.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index e9184cfb6a..bb6c811229 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,6 +13,14 @@ pull_request_rules: label: add: - 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: teams: - "@solana-labs/community-pr-subscribers"