Ruboty::BitbucketMerge
An Ruboty Handler + Actions to merge branches on bitbucket via Ruboty..
Ruboty is Chat bot framework. Ruby + Bot = Ruboty
Commands
| Command |
Pattern |
Description |
| bb-br-merge |
/bb-br-merge (?..+) (?.+) (?.+)/(?.+)z/ |
Merge source branch to target branch on specified repository. |
Usage
bb-br-merge
- Merge source branch to target branch on specified repository.
botname bb-br-merge master release myaccount/myrepo
ENV
| Name |
Description |
| BITBUCKET_USERNAME |
your Bitbucket username |
| BITBUCKET_PASSWORD |
your Bitbucket password |
| BITBUCKET_EMAIL |
your Bitbucket e-mail |
Dependency
Contributing
- Fork it ( https://github.com/xoyip/ruboty-bitbucket_merge/fork )
- Create your feature branch (
git checkout -b my-new-feature)
- Commit your changes (
git commit -am 'Add some feature')
- Push to the branch (
git push origin my-new-feature)
- Create a new Pull Request