This is an automated email from the ASF dual-hosted git repository.

rvesse pushed a commit to branch merge-buttons
in repository https://gitbox.apache.org/repos/asf/jena.git

commit e4b3dc7c61c1d9a5e9ef62aab1c0e42fa788e7f2
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..9b7343e16f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -9,7 +9,7 @@ notifications:
     jira_options:  link label
 
 github:
-  description: "Apache Jena"
+  description: "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
 

Reply via email to