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-deploy-plugin.git
commit 365122c614fc27f4185c6d63b82ada2d43f9d46e Author: Slawomir Jaranowski <[email protected]> AuthorDate: Fri Jan 20 20:46:01 2023 +0100 Disable merge button and add jira autolink --- .asf.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 5feedc5..699735c 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -8,3 +8,9 @@ github: - apache-maven - maven-plugins - maven-deploy-plugin + enabled_merge_buttons: + squash: true + merge: false + rebase: true + autolink_jira: + - MDEPLOY \ No newline at end of file
