NO-JIRA disable merge and squash buttons on github

This commit is contained in:
Clebert Suconic 2020-11-16 10:30:07 -05:00
parent 5cfa4396ee
commit aa7e3f4519
1 changed files with 8 additions and 1 deletions

View File

@ -34,6 +34,13 @@ 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