Skip to content

ajsb85/wip-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wip-bot

Uptime Robot status Greenkeeper badge

DO NOT MERGE – as a service.

WIP bot screencast

Usage

  • Install the app on your GitHub Repositories: github.com/apps/wip
  • When creating a pull request that you don’t want to be merged, simply add the word "wip" or "WIP" somewhere in the pull request title
  • The WIP bot will set/update the status of the pull request depending on the pull requests title.

Local setup

  • Setup repository

    git clone git@github.com:gr2m/wip-bot.git
    cd wip-bot
    npm install
    
  • Create your own GitHub app: instructions

  • Store the private key as private-key.pem in the repository’s directory

  • Start the app with APP_ID=1234 npm start where 1234 is your GitHub App’s ID

  • update your GitHub App’s Webhook URL to your localtunnle.me URL

License

Apache 2.0

About

DO NOT MERGE – as a service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.7%
  • Shell 14.3%