-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsettings.json
51 lines (50 loc) · 1.19 KB
/
settings.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
49
50
[
{
"github_id": "@hoge-github",
"github_repository": "hoge-organization/hoge-repository",
"slack_id": "<@hoge_slack>",
"slack_channel": "#hoge_project_channel"
},
{
"github_id": "@here",
"github_repository": "hoge-organization/hoge-repository",
"slack_id": "<!here>",
"slack_channel": "#hoge_project_channel"
},
{
"github_id": "@channel",
"github_repository": "hoge-organization/hoge-repository",
"slack_id": "<!channel>",
"slack_channel": "#hoge_project_channel"
},
{
"github_id": "@hoge-organization/hoge-team1",
"github_repository": "*",
"slack_id": "-",
"slack_channel": "#hoge_team_channel1"
},
{
"github_id": "@hoge-organization/hoge-team2",
"github_repository": "*",
"slack_id": "<!here>",
"slack_channel": "#hoge_team_channel2"
},
{
"github_id": "@hoge-github",
"github_repository": "*",
"slack_id": "<@hoge_skack>",
"slack_channel": "@hoge_slack"
},
{
"github_id": "@here",
"github_repository": "*",
"slack_id": "<!here>",
"slack_channel": "-"
},
{
"github_id": "@channel",
"github_repository": "*",
"slack_id": "<!channel>",
"slack_channel": "-"
}
]