forked from 18F/charlie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslack-github-issues.json
48 lines (48 loc) · 1.02 KB
/
slack-github-issues.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"githubUser": "18F",
"githubTimeout": 5000,
"slackTimeout": 5000,
"githubApiToken": "<token>",
"slackApiToken": "<token>",
"successReaction": "heavy_check_mark",
"rules": [
{
"reactionName": "bookmark",
"githubRepository": "cg-site",
"channelNames": [
"cloud-gov-agent-q",
"cloud-gov-atlas",
"cloud-gov-business",
"cloud-gov-highbar",
"cloud-gov-navigator",
"cloud-gov-skyporter",
"cloud-gov-support"
]
},
{
"reactionName": "bookmark",
"githubRepository": "federalist",
"channelNames": [
"federalist"
]
},
{
"reactionName": "bookmark",
"githubRepository": "wg-documentation",
"channelNames": [
"wg-documentation"
]
},
{
"reactionName": "koala",
"githubRepository": "product-guide"
},
{
"reactionName": "standup-bot",
"githubRepository": "standup-slack-bot",
"channelNames": [
"standup-bot-dev"
]
}
]
}