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

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new aa7e3f4  NO-JIRA disable merge and squash buttons on github
aa7e3f4 is described below

commit aa7e3f45199fb021a8fef4b7fe01b7776f431fbd
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Nov 16 10:30:07 2020 -0500

    NO-JIRA disable merge and squash buttons on github
---
 .asf.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 84c27cb..0c3d78c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,8 +34,15 @@ github:
 
     - java
     - jms
+  enabled_merge_buttons:
+    # disable squash button:
+    squash:  false
+    # disable merge button:
+    merge:   false
+    # enable rebase button:
+    rebase:  true
 notifications:
   commits:      [email protected]
   issues:       [email protected]
   pullrequests: [email protected]
-  jira_options: link label worklog
\ No newline at end of file
+  jira_options: link label worklog

Reply via email to