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

leginee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git


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

commit f176ab804a4f4a40a3610117236d88b20fe7c196
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:40:58 2026 -0500

    Set up default protection ruleset for default and release branches (#21)
---
 .asf.yaml | 31 ++++++++++++++++++++++---------
 1 file changed, 22 insertions(+), 9 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 7c7016c..1d448e6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -8,23 +8,36 @@ github:
   features:
     issues: 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
 notifications:
-  commits:      [email protected]
-  issues:       [email protected]
+  commits: [email protected]
+  issues: [email protected]
   pullrequests: [email protected]
 
 pelican:
-  notify:       [email protected]
-  autobuild:    preview/*
-  target:       asf-site
-  theme:        theme/openoffice
+  notify: [email protected]
+  autobuild: preview/*
+  target: asf-site
+  theme: theme/openoffice
   minimum_page_count: 10
-  whoami:       main
+  whoami: main
 
 staging:
-  profile: ~
+  profile:
   whoami: asf-site
   autostage: preview/*
 
 publish:
-  whoami:       asf-site
+  whoami: asf-site

Reply via email to