hubot-reviewer-queue
v0.1.1
Published
A round robin reviewer queue for Hubot
Downloads
3
Readme
hubot-reviewer-queue
Hubot assigns a reviews in a round robin fashion.
Based on https://github.com/sakatam/hubot-reviewer-lotto.
preparation
create a team in your github organization
members of this organization are candidate reviewers.
grab a github access token
- open https://github.com/settings/tokens/new
- select scopes:
repo
&public_repo
&read:org
installation
- install this npm package to your hubot repo
npm i --save hubot-reviewer-lotto
- add
"hubot-reviewer-lotto"
to yourexternal-scripts.json
- set the following env vars on heroku
usage
hubot reviewer for <repo> <pull>
- e.g.
hubot reviewer for our-webapp 345
example
on hipchat
on github
get involved
- fork it ( https://github.com/sakatam/hubot-reviewer-lotto/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 new pull request