This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch site-asfyaml in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 3de54b42c2fbc90297c1435438c0028c5b951b19 Author: Andy Seaborne <[email protected]> AuthorDate: Wed Apr 9 16:43:42 2025 +0100 Update jena-site asf.yaml --- .asf.yaml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 5538c067d..95655a8cf 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,3 +1,10 @@ +## Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + github: description: "Website sources for the Apache Jena website" homepage: https://jena.apache.org/ @@ -6,4 +13,12 @@ github: - jena - hugo - website - + protected_branches: + main + features: + issues: true + discussions: false + enabled_merge_buttons: + squash: false + rebase: true + merge: false
