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

Commit 9857a04

Browse files
committed
chore: add heroku meta
1 parent e3df522 commit 9857a04

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

app.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
2-
"env": {
3-
"PRIVATE_KEY": {
4-
"description": "the private key you downloaded when creating the GitHub App"
5-
},
6-
"APP_ID": {
7-
"description": "the ID of your GitHub App"
8-
},
9-
"WEBHOOK_SECRET": {
10-
"description": "the secret configured for your GitHub App"
11-
}
12-
}
2+
"name": "commitlint-bot",
3+
"description": "A GitHub App that runs commitlint for you",
4+
"keywords": ["validate", "commit", "pr", "conventional", "git", "probot-app"],
5+
"repository": "https://github.com/ahmed-taj/commitlint-bot.git",
6+
"env": {
7+
"PRIVATE_KEY": {
8+
"description":
9+
"the private key of your GitHub App. It must be base64 encoded!"
10+
},
11+
"APP_ID": {
12+
"description": "the ID of your GitHub App"
13+
},
14+
"WEBHOOK_SECRET": {
15+
"description": "the secret configured for your GitHub App"
16+
}
17+
}
1318
}

0 commit comments

Comments
 (0)