pr-police
v1.1.0
Published
Slackbot that warns about open pull requests with given labels
Downloads
6
Maintainers
Readme
PR Police
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.