This is an automated email from the ASF dual-hosted git repository.

DaanHoogland pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ea2645b3e0 [INFRA] Set up default rulesets for default and release 
branches (#13169)
4ea2645b3e0 is described below

commit 4ea2645b3e079916c163e69b2b6a42bc25115951
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri Jun 19 03:09:12 2026 -0500

    [INFRA] Set up default rulesets for default and release branches (#13169)
---
 .asf.yaml | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4cf93135499..f27b5afa425 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -16,7 +16,6 @@
 # under the License.
 
 # https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
----
 github:
   description: "Apache CloudStack is an opensource Infrastructure as a Service 
(IaaS) cloud computing platform"
   homepage: https://cloudstack.apache.org/
@@ -59,7 +58,19 @@ github:
     - GaOrtiga
     - bhouse-nexthop
 
-  protected_branches: ~
+  protected_branches:
+
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 
   copilot_code_review:
     enabled: true

Reply via email to