$ git clone [email protected]:dixieio/node-github-pr-automation.git
$ mv .env.example .env
- Update the
.env
file with your variables - Create
auths.json
in theoauth
folder, or update to what ever database you want. $ nodemon index.js
- Authenticate you application through the browser
- Create a Oauth application in the org. settings
- Set the github call back url to the <your.server>.com/oath/github/callback
- Set up the webhooks that your heart desire
Enjoy a the tool :)