Sha256: e06f4918b9100a89730b30ddf909533b7df1f6825d1520070d57883ef9909e38
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
Reviewlette =========== [![Coverage Status](https://img.shields.io/coveralls/jschmid1/reviewlette.svg)](https://coveralls.io/r/jschmid1/reviewlette) [![Code Climate](https://codeclimate.com/github/jschmid1/reviewlette.png)](https://codeclimate.com/github/jschmid1/reviewlette) Tool to automatically assign a "Reviewer" to a GitHub Issue and to the attached Trello Card. What it does: - Finds unassigned issues on GitHub. - Assigns a member of your team. - Locates the right Card on Trello. - Checks if the assignee is on vacation(using tel). - Adds the assigned member to the Card. - Move the card to 'In review' ## Installation ``` gem install reviewlette reviewlette ``` ## Setup #### Name your pullrequest like so: #### Review_#23_name_of_review_42 <= trello card number Fill `config/.trello.yml` (instructions in the file) Fill `config/.github.yml` (instructions in the file --- [Using Octokit as a GitHub api wrapper](https://github.com/octokit/octokit.rb) [Using ruby-trello as a Trello api wrapper](https://github.com/jeremytregunna/ruby-trello)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reviewlette-0.0.9 | README.md |
reviewlette-0.0.8 | README.md |
reviewlette-0.0.7 | README.md |