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

FreeAndNil pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


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

commit f57d7b3f5dae7a9d98a0f6a967a8eb01eab45ade
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 16:04:48 2026 -0500

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

diff --git a/.asf.yaml b/.asf.yaml
index e63bed74..0142e727 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -55,3 +55,16 @@ github:
     comment_issue: "Re: [I] {title} ({repository})"
     close_issue: "Re: [I] {title} ({repository})"
     catchall: "[GH] {title} ({repository})"
+  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