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-site.git
The following commit(s) were added to refs/heads/master by this push:
new eed1646 Set up default protection ruleset for default and release
branches (#2)
eed1646 is described below
commit eed164669e779a7eff598d06b1299df097d38e50
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Sat May 16 16:05:57 2026 -0500
Set up default protection ruleset for default and release branches (#2)
---
.asf.yaml | 24 +++++++++++++++++++-----
1 file changed, 19 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 1a934e4..f4af9ba 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,15 +1,29 @@
notifications:
- commits: [email protected]
- issues: [email protected]
+ commits: [email protected]
+ issues: [email protected]
pullrequests: [email protected]
- jira_options: link label comment
+ jira_options: link label comment
staging:
- profile: ~
+ profile:
whoami: asf-staging
subdir: log4net
publish:
- profile: ~
+ profile:
whoami: asf-site
subdir: log4net
+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