From 1437f4cf3cd338528932502bf93c2448bd620db1 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 7 Jan 2021 07:30:42 -0800 Subject: [PATCH] build: use reviewed_for: ignored for required-minimum-review group (#40338) Since all PRs will need to have this review, all reviews should apply to this group even if someone is reviewing for another group. PR Close #40338 --- .pullapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pullapprove.yml b/.pullapprove.yml index 89ad8b0869..fa8b5fef13 100644 --- a/.pullapprove.yml +++ b/.pullapprove.yml @@ -172,6 +172,7 @@ groups: request: 0 # Do not request any reviews from the reviewer group required: 1 # Require that all PRs have approval from at least one of the users in the group author_value: 0 # The author of the PR cannot provide an approval for themself + reviewed_for: ignored # All reviews apply to this group whether noted via Reviewed-for or not reviewers: users: - aikidave # Dave Shevitz