1.1.0 • Published 7 years ago

pr-police v1.1.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

PR Police Build Status

About

PR Police is a slackbot that sends to configured slack channels a listing of open pull requests that are waiting for a review. It supports watching multiple repositories, and filtering the pull requests by label.

This project is part of the Talkdesk Hackathon April 2017.

Install

Via NPM

npm install pr-police

Manually

Git clone this repository then:

yarn install

Run

npm start

This will start the server locally until Ctrl-C is pressed.

Note: You will need to pass all the required env vars.

Deploy

Deploy