mapreal19 / lita-github-review

Assign random reviewers to your Pull Requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lita-github-review

Build Status Coverage Status

Assign 2 random reviewers to your Pull Requests. Plays well with Reviewable

Installation

Add lita-github-review to your Lita instance's Gemfile:

gem "lita-github-review"

Configuration

  • Place the following in your Lita config file:
config.handlers.github_review.reviewers = %w(github_username1 github_username2...) # Array with the reviewers
config.handlers.github_review.github_token = <github_token> # Github token for your bot
  • On your repo, point the webhook for Pull Requests to the url: <your_bot_url>/pull_requests/new

Usage

Your bot will pick two random reviewers when opening a new Pull Request

About

Assign random reviewers to your Pull Requests


Languages

Language:Ruby 100.0%