From aa7e3f45199fb021a8fef4b7fe01b7776f431fbd Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Mon, 16 Nov 2020 10:30:07 -0500 Subject: [PATCH] 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 84c27cbaf0..0c3d78cacd 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: commits@activemq.apache.org issues: gitbox@activemq.apache.org pullrequests: gitbox@activemq.apache.org - jira_options: link label worklog \ No newline at end of file + jira_options: link label worklog