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

sjaranowski pushed a commit to branch disbale-merge
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git

commit 5c2909d458ac8ee50cb75c4cb2650df04f6ce6e8
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Wed Mar 5 00:34:04 2025 +0100

    Disable merge button on GitHub
---
 .asf.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index c6d65a6..3200bd4 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -25,3 +25,7 @@ github:
   features:
     # Enable issue management
     issues: true
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true

Reply via email to