This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push: new 80c1006 Disable merge button on GitHub 80c1006 is described below commit 80c100693b3ebf5bcb841bfbabdae4b78405c3ad 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