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
The following commit(s) were added to refs/heads/main by this push:
new cdfd623 .asf.yaml: add cloudstack-private to bypass list
cdfd623 is described below
commit cdfd62390b7289ea5229359a52d2b7ab8557bf1d
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Sep 4 19:05:48 2026 +0200
.asf.yaml: add cloudstack-private to bypass list
---
.asf.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 6c68255..40f7d48 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -40,6 +40,16 @@ github:
excludes: []
bypass_teams:
- root
+ - cloudstack-private
+
+ 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