This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 495c9f0909 Configure Merge Button for GitHub
495c9f0909 is described below
commit 495c9f090934c8dad940a310ee4a8f7f85f2f5f4
Author: Rob Vesse <[email protected]>
AuthorDate: Mon Dec 9 10:00:45 2024 +0000
Configure Merge Button for GitHub
Only enable the Rebase and Merge button so that PR merges affect the
history in a predictable and consistent manner
---
.asf.yaml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 075be402ba..8b4f4bb4e6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -9,7 +9,7 @@ notifications:
jira_options: link label
github:
- description: "Apache Jena"
+ description: "Apache Jena, A free and open source Java framework for
building Semantic Web and Linked Data applications."
homepage: https://jena.apache.org/
protected_branches:
main
@@ -20,4 +20,8 @@ github:
- jena
- rdf
- sparql
+ enabled_merge_buttons:
+ squash: false
+ rebase: true
+ merge: false