pull-review
pull-review copied to clipboard
Bitbucket support
Hey! I loved it, is there any support for bitbucket? Couldn't find it =)
hi @armand1m there's no support for non-GitHub version control vendors yet (e.g. Bitbucket, GitLab). it's definitely a long-term goal (along with support for local Git) though!
Do you have an idea how much work it would be to support bitbucket?
@MaxBenChrist it depends. making the tool provider-agnostic would take some time, maybe a week or so full-time. after that, if the BitBucket API supports all the operations that GitHub's API does, it'd be a few days of full-time work to integrate and test it - otherwise, would be longer if workarounds are even possible. i can probably start laying the groundwork for this soon. PRs are always welcome!