Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 584 Bytes

Using node-github-pr-automation

Setting up the tool

  1. $ git clone [email protected]:dixieio/node-github-pr-automation.git
  2. $ mv .env.example .env
  3. Update the .env file with your variables
  4. Create auths.jsonin the oauth folder, or update to what ever database you want.
  5. $ nodemon index.js
  6. Authenticate you application through the browser

Setting up github

  1. Create a Oauth application in the org. settings
  2. Set the github call back url to the <your.server>.com/oath/github/callback
  3. Set up the webhooks that your heart desire

Enjoy a the tool :)