This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit c0a364b3226df604e812b211626e124aca0e0cdc Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 19:19:58 2026 +0200 .asf.yaml: add required_pull_request_reviews --- .asf.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 6c68255..cf42170 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -41,5 +41,10 @@ github: bypass_teams: - root + required_pull_request_reviews: + dismiss_stale_reviews: true + require_code_owner_reviews: false + required_approving_review_count: 1 + restrict_deletion: true restrict_force_push: false
