This is an automated email from the ASF dual-hosted git repository. weizhouapache pushed a commit to branch 24-pr-required-status-check in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 525452607e2463b34cc58e1f47a1770d9410ba46 Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 08:39:55 2026 +0200 .asf.yaml: add PR merge requirements --- .asf.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index ad0410552e4..b318cd2ba61 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -72,6 +72,16 @@ github: restrict_deletion: true restrict_force_push: true + required_pull_request_reviews: + required_approving_review_count: 2 + + required_status_checks: + - "Build / build" + - "pre-commit / Run pre-commit" + - "UI Build / build" + - "Simulator CI / build" + - "License Check / build" + copilot_code_review: enabled: true review_drafts: false
