This repository was archived by the owner on Apr 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# commitlint [ bot]
22
3+
34[ ![ Travis] ( https://img.shields.io/travis/ahmed-taj/commitlint-bot.svg )] ( https://travis-ci.org/ahmed-taj/commitlint-bot )
45[ ![ npm] ( https://img.shields.io/npm/v/commitlint-bot.svg )] ( https://www.npmjs.com/package/commitlint-bot )
56
@@ -50,11 +51,16 @@ npm install
5051```
5152
52532 . Create your own [ GitHub app] [ ]
53- 3 . Store the private key as ` private-key.pem ` in the repo
54+ 3 . Store the private key as ` private-key.pem ` somewhere safe, and point to its location in ` .env `
54554 . Start the app with ` APP_ID=1234 npm start ` where ` 1234 ` is your GitHub app's ID
55565 . Update your GitHub app's Webhook URL to your localtunnel.me URL
5657
57- [ github app ] : https://probot.github.io/docs/development/#configure-a-github-app
58+ [ GitHub app ] : https://probot.github.io/docs/development/#configure-a-github-app
59+
60+ ## Deployment
61+
62+ See [ docs/deploy.md] ( ./docs/deploy.md ) for more info.
63+
5864
5965## Credits
6066
Original file line number Diff line number Diff line change 1+ # Deploying
2+
3+ If you would like to run your own instance of this app, see the [ docs for deployment] ( https://probot.github.io/docs/deployment/ ) .
4+
5+ This app requires these ** Permissions & events** for the GitHub App:
6+
7+ - Commit statuses - ** Read & Write**
8+ - Pull requests - ** Read & Write**
9+ - [x] Check the box for ** Pull request** events
10+
You can’t perform that action at this time.
0 commit comments