0.1.1 • Published 8 years ago

hubot-reviewer-queue v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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

image

members of this organization are candidate reviewers.

grab a github access token

installation

  • install this npm package to your hubot repo
    • npm i --save hubot-reviewer-lotto
  • add "hubot-reviewer-lotto" to your external-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

image

on github

image

get involved

  1. fork it ( https://github.com/sakatam/hubot-reviewer-lotto/fork )
  2. create your feature branch (git checkout -b my-new-feature)
  3. commit your changes (git commit -am 'Add some feature')
  4. push to the branch (git push origin my-new-feature)
  5. create new pull request