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

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 719ec4084 Set up default protection ruleset for default and release 
branches
719ec4084 is described below

commit 719ec4084a17ac95cfdea595ca85a0db41888ee6
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 13:47:32 2026 -0500

    Set up default protection ruleset for default and release branches
---
 .asf.yaml | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 600ffe3fe..adfb2128c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,8 +18,8 @@
 # see https://s.apache.org/asfyaml for more information
 
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
 github:
   description: "Apache Allura - a software forge to manage source code 
repositories, bug reports, discussions, wiki pages, blogs, and more"
@@ -39,5 +39,18 @@ github:
     wiki: false
     issues: false
     projects: false
-  dependabot_alerts:  true
+  dependabot_alerts: true
   dependabot_updates: 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

Reply via email to