This repository was archived by the owner on Apr 1, 2020. It is now read-only.
File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
# commitlint [ bot]
2
2
3
+
3
4
[ ![ Travis] ( https://img.shields.io/travis/ahmed-taj/commitlint-bot.svg )] ( https://travis-ci.org/ahmed-taj/commitlint-bot )
4
5
[ ![ npm] ( https://img.shields.io/npm/v/commitlint-bot.svg )] ( https://www.npmjs.com/package/commitlint-bot )
5
6
@@ -50,11 +51,16 @@ npm install
50
51
```
51
52
52
53
2 . 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 `
54
55
4 . Start the app with ` APP_ID=1234 npm start ` where ` 1234 ` is your GitHub app's ID
55
56
5 . Update your GitHub app's Webhook URL to your localtunnel.me URL
56
57
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
+
58
64
59
65
## Credits
60
66
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