This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git
The following commit(s) were added to refs/heads/main by this push:
new ccaee7e27 Set up default protection ruleset for default and release
branches
ccaee7e27 is described below
commit ccaee7e27f588aea1bf8f57ab2a86459e85e175d
Author: The Apache Software Foundation <[email protected]>
AuthorDate: Fri May 15 17:07:57 2026 -0500
Set up default protection ruleset for default and release branches
---
.asf.yaml | 22 +++++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 95655a8cf..4925f023e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,9 +1,9 @@
## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
notifications:
- commits: [email protected]
- issues: [email protected]
- pullrequests: [email protected]
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
github:
description: "Website sources for the Apache Jena website"
@@ -13,8 +13,7 @@ github:
- jena
- hugo
- website
- protected_branches:
- main
+ protected_branches: main
features:
issues: true
discussions: false
@@ -22,3 +21,16 @@ github:
squash: false
rebase: true
merge: false
+ rulesets:
+ - name: "Default Branch Protection"
+ type: branch
+ branches:
+ includes:
+ - "~DEFAULT_BRANCH"
+ - "release/*"
+ - "rel/*"
+ excludes: []
+ bypass_teams:
+ - root
+ restrict_deletion: true
+ restrict_force_push: true