NO-JIRA disable merge and squash buttons on github
This commit is contained in:
parent
5cfa4396ee
commit
aa7e3f4519
|
@ -34,6 +34,13 @@ github:
|
||||||
|
|
||||||
- java
|
- java
|
||||||
- jms
|
- jms
|
||||||
|
enabled_merge_buttons:
|
||||||
|
# disable squash button:
|
||||||
|
squash: false
|
||||||
|
# disable merge button:
|
||||||
|
merge: false
|
||||||
|
# enable rebase button:
|
||||||
|
rebase: true
|
||||||
notifications:
|
notifications:
|
||||||
commits: commits@activemq.apache.org
|
commits: commits@activemq.apache.org
|
||||||
issues: gitbox@activemq.apache.org
|
issues: gitbox@activemq.apache.org
|
||||||
|
|
Loading…
Reference in New Issue