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

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


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

commit 4836a66e399fefd80261ea7ad78f23fff042465f
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:43:30 2026 -0500

    Set up default protection ruleset for default and release branches (#1)
---
 .asf.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000000..ab594763051
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,14 @@
+github:
+  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