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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo-website.git


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

commit f79f2f6f75f1632f05d2dbee12e9e35f853d4b3c
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 18:42:20 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index 7c8ce29..da0e9f9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -33,12 +33,25 @@ github:
     issues: true
     projects: true
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 staging:
   profile: ~
-  whoami:  asf-staging
+  whoami: asf-staging
 
 publish:
-  whoami:  asf-site
+  whoami: asf-site
   hostname: fluo.apache.org
 
 jekyll:

Reply via email to