You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/21 11:02:03 UTC

[maven-install-plugin] branch master updated: Disable merge button and add jira autolink

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-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 508a3cd  Disable merge button and add jira autolink
508a3cd is described below

commit 508a3cd11402ebd3f009828d9110f1010bc5e2f2
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Jan 21 11:59:19 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 42223c8..fc4813b 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,9 @@ github:
     - maven-plugins
     - maven-install-plugin
     - maven
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
+  autolink_jira:
+    - MINSTALL
\ No newline at end of file