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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{
"channels": {
"main": "1234567890/1",
"secondary": "1234567890/5"
},
"teams": {
"engineering": {
"channel": "secondary",
"responsible": ["@engineering-lead"]
},
"appteam": {
"channel": "secondary",
"responsible": ["@appteam-lead"]
},
"system-infra": {
"channel": "secondary",
"responsible": ["@system-infra-lead"]
},
"qp": {
"channel": "secondary",
"responsible": ["@qp-lead1", "@qp-lead2"]
},
"datashard": {
"channel": "secondary",
"responsible": ["@datashard-lead"]
},
"cs": {
"channel": "secondary",
"responsible": ["@cs-lead"]
},
"blobstorage": {
"channel": "secondary",
"responsible": ["@blobstorage-lead"]
},
"core": {
"channel": "secondary",
"responsible": ["@core-lead"]
},
"Topics": {
"channel": "secondary",
"responsible": ["@topics-lead"]
},
"fq": {
"channel": "main",
"responsible": ["@fq-lead"]
},
"ui-backend": {
"channel": "secondary",
"responsible": ["@ui-backend-lead"]
},
"docs": {
"channel": "main",
"responsible": ["@docs-lead"]
},
"yql": {
"channel": "main",
"responsible": ["@yql-lead"]
},
"postgres-compatibility": {
"channel": "main",
"responsible": ["@postgres-lead"]
},
"duty": {
"channel": "main",
"responsible": ["@duty-lead1", "@duty-lead2", "@duty-lead3"]
}
},
"default_channel": "main"
}
|