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 ea2abbb9b4325386c387d27ee1969c996c42df55 Author: Wei Zhou <[email protected]> AuthorDate: Fri Sep 4 19:15:32 2026 +0200 .asf.yaml: add cloudstack-committers to bypass teams --- .asf.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 6c68255..a76733d 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -40,6 +40,16 @@ github: excludes: [] bypass_teams: - root + - cloudstack-committers + + required_status_checks: + - name: "Run pre-commit" + app_slug: "github-actions" + + 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
