forked from facebookarchive/mention-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
21 lines (21 loc) · 730 Bytes
/
app.json
File metadata and controls
21 lines (21 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "mention-bot",
"description": "Automatically mention potential reviewers on pull requests.",
"repository": "https://github.com/facebook/mention-bot",
"logo": "https://avatars0.githubusercontent.com/u/15710697",
"keywords": ["node", "express", "github", "pull requests"],
"env": {
"GITHUB_TOKEN": {
"description": "A token generated for the account which will comment on your pull requests.",
"required": true
},
"GITHUB_USER": {
"description": "If you want mention-bot to work with private repos, you need to add your GitHub login",
"required": false
},
"GITHUB_PASSWORD": {
"description": "Password for GitHub account.",
"required": false
}
}
}