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 2022/12/13 23:32:41 UTC

[maven-enforcer] 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-enforcer.git


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

commit d6605935df5dfc32db1cf28c64914b2f901a33b4
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Wed Dec 14 00:31:42 2022 +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 21fb03a..d00fd52 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,3 +24,9 @@ github:
     - maven-plugins
     - maven-enforcer-plugin
     - maven
+  enabled_merge_buttons:
+    squash: true
+    merge: false
+    rebase: true
+  autolink_jira:
+    - MENFORCER
\ No newline at end of file