hubot-circleci
hubot-circleci copied to clipboard
Doesn't support bitbucket
I can't use this with a bitbucket project.
The circleci v1.1 API requires "vcs-type" which is either "github" or "bitbucket", e.g.
https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/tree/:branch
Suggest adding HUBOT_CIRCLECI_VCS_TYPE env to specify this.
Added PR #20
Added PR #20
Any chances of this getting merged? Have you found another solution to this?