NO-JIRA disable merge and squash buttons on github
This commit is contained in:
parent
5cfa4396ee
commit
aa7e3f4519
|
@ -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
|
||||
jira_options: link label worklog
|
||||
|
|
Loading…
Reference in New Issue