Skip to content

Tool to automaticly detect pull requests merged to dev branch and then create a pr for master branch with notes.

Notifications You must be signed in to change notification settings

dixieio/node-github-pr-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

Tool to automaticly detect pull requests merged to dev branch and then create a pr for master branch with notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published