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

ottlinger pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/creadur-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 83867763c RAT-532: Set up default protection ruleset for default and 
release branches (#1)
83867763c is described below

commit 83867763cfd0ce0253f0714068a92915dcf3d8b3
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 15:25:20 2026 -0500

    RAT-532: Set up default protection ruleset for default and release branches 
(#1)
---
 .asf.yaml | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 1bfdf41d2..49110cad9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -2,7 +2,7 @@
 # when we push a commit to https://github.com/apache/creadur-site
 publish:
   whoami: asf-site
-  
+
 github:
   description: "Apache Creadur website"
   homepage: https://creadur.apache.org/
@@ -12,5 +12,18 @@ github:
     merge: false
     rebase: false
 
+  rulesets:
+    - name: "Default Branch Protection"
+      type: branch
+      branches:
+        includes:
+          - "~DEFAULT_BRANCH"
+          - "release/*"
+          - "rel/*"
+        excludes: []
+      bypass_teams:
+        - root
+      restrict_deletion: true
+      restrict_force_push: true
 notifications:
-  commits:      [email protected]
+  commits: [email protected]

Reply via email to