This is an automated email from the ASF dual-hosted git repository. wenming pushed a commit to branch moonming-patch-1 in repository https://gitbox.apache.org/repos/asf/apisix.git
commit 34acdf18b482acc00b31e1ac3634af8dd7b03ec4 Author: Ming Wen <[email protected]> AuthorDate: Thu May 23 09:42:43 2024 +0800 infra: Increase PR reviewers to 3 when merge to master. We need more eyes to improve code quality --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 2fbe3776c..ef0571a9a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -52,7 +52,7 @@ github: required_pull_request_reviews: dismiss_stale_reviews: true require_code_owner_reviews: true - required_approving_review_count: 2 + required_approving_review_count: 3 release/3.9: required_pull_request_reviews: require_code_owner_reviews: true
