imsky / pull-review

:white_check_mark: Assign pull request reviewers intelligently.
https://pull-review.herokuapp.com
MIT License
207 stars 15 forks source link

Bitbucket support #72

Open armand1m opened 5 years ago

armand1m commented 5 years ago

Hey! I loved it, is there any support for bitbucket? Couldn't find it =)

imsky commented 5 years ago

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!

MaxBenChrist commented 5 years ago

Do you have an idea how much work it would be to support bitbucket?

imsky commented 5 years ago

@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!