squirrelled
v1.0.0
Published
Require a squirrel before a pull request can be merged
Downloads
9
Readme
Squirrelled
Adds a squirrelled label to your Pull Requests when they receive a :shipit:.
Installation
Make sure you have a squirrelled label already created for your repository.
Heroku
Manual
npm install squirrelled
npm startConfiguration
Now you have the server running, you need to set-up a webhook.
Then, if using Heroku, you will need to set your config vars, with manual you can add a .env and put the vars in there:
GITHUB_TOKEN— Your API tokenGITHUB_SECRET— The secret used for the web hooks.

