This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new 7d8d156c Set up default protection ruleset for default and release
branches (#675)
7d8d156c is described below
commit 7d8d156cdbacc79d9a14b98b78cbe42f263813e5
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 20:35:05 2026 -0500
Set up default protection ruleset for default and release branches (#675)
---
.asf.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 00d55aef..9ef3bc7d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,3 +27,16 @@ github:
features:
issues: true
discussions: 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