From 4d69685ba1f9ecc8595dffc13194ec902531ed51 Mon Sep 17 00:00:00 2001 From: Kirs Date: Fri, 8 Oct 2021 11:07:37 +0800 Subject: [PATCH] Change the number of approving_review_count to 2 (#6456) --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index eaf38d21ed..0ea0bce46c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -44,4 +44,4 @@ github: strict: true required_pull_request_reviews: dismiss_stale_reviews: true - required_approving_review_count: 1 + required_approving_review_count: 2