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 08458fb  Set up default protection ruleset for default and release 
branches (#1)
08458fb is described below

commit 08458fb20486c61c93ae450bf4453461c49c98ca
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Sep 4 14:43:14 2026 +0200

    Set up default protection ruleset for default and release branches (#1)
    
    Co-authored-by: Wei Zhou <[email protected]>
---
 .asf.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 797fa79..a87b32d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -30,3 +30,15 @@ github:
     merge: false
     squash: true
     rebase: false
+    
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: false
\ No newline at end of file

Reply via email to