This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch required_approving_review_count_to_0 in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit 524a151958a165e27532d963a1c3d94f969b0dcb Author: Wei Zhou <[email protected]> AuthorDate: Thu Sep 10 20:10:07 2026 +0200 .asf.yaml: set required_approving_review_count to 0 --- .asf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index cf42170..ada0c88 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -44,7 +44,7 @@ github: required_pull_request_reviews: dismiss_stale_reviews: true require_code_owner_reviews: false - required_approving_review_count: 1 + required_approving_review_count: 0 restrict_deletion: true restrict_force_push: false
