hubot-code-review
hubot-code-review copied to clipboard
Add users to "Reviewers" in pull request
can you describe the intention here a bit more?
When a review is being claimed the user should be added to the "Reviewers" section of GitHub. GitHub is then able to indicate that a review from this person is needed, e.g.
This pull request is waiting on your review.
You could use https://raw.githubusercontent.com/github/hubot-scripts/master/src/scripts/github-credentials.coffee to do the mapping between usernames and github users.
Happy to discuss.