DO NOT MERGE – as a service.
- 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 "do not merge" (not case-sensitive) somewhere in the pull request title
- The WIP bot will set/update the status of the pull request depending on the pull requests title.
-
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.pemin the repository’s directory -
Start the app with
APP_ID=1234 npm startwhere1234is your GitHub App’s ID -
update your GitHub App’s
Webhook URLto your localtunnel.me URL
