From 81c497d26356a57eb90344f1efd7a0d37b5f073a Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Wed, 24 Nov 2021 09:41:48 -0500 Subject: [PATCH] ci: fix up pr subscribers review request automation (#21416) --- .mergify.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index 382b698859..1f3aab6b43 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -18,8 +18,12 @@ pull_request_rules: - author≠@core-contributors - author≠mergify[bot] - author≠dependabot[bot] - - "#review-requested=0" + # 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" actions: request_reviews: teams: