Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit e5c0fd7

Browse files
authored
Merge branch 'master' into advise-how-to-fix
2 parents 84a0840 + 06e34a5 commit e5c0fd7

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

5253
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`
5455
4. Start the app with `APP_ID=1234 npm start` where `1234` is your GitHub app's ID
5556
5. 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

docs/deploy.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

0 commit comments

Comments
 (0)