forked from HuSharp/ghstats
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcfg.toml
71 lines (69 loc) · 970 Bytes
/
cfg.toml
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
70
71
[review]
allow-users = [
"ywqzzy",
"xzhangxian1008",
"Qiaolin-Yu",
"yibin87",
"zanmato1984",
"guo-shaoge",
"bestwoody",
"SeaRise",
"XuHuaiyu",
"wshwsh12",
"windtalker",
"mengxin9014",
"solotzg",
"gengliqi",
"LittleFall",
]
block-comments = [
"/run-",
"/merge",
"/rebuild",
]
block-labels = [
"cherry-pick-approved",
"status/can-merge",
]
block-users = [
"sre-bot",
"ti-chi-bot",
"ti-srebot",
"codecov",
"codecov[bot]",
"codecov-commenter",
"CLAassistant",
"hound[bot]",
]
lgtm-comments = [
"/lgtm",
"LGTM",
]
# Could also be set with the environment variable:
# - GHSTATS_GITHUB_TOKEN
# - GHSTATS_FEISHU_WEBHOOK_TOKEN
[review.access]
feishu-webhook-token = ""
github-token = ""
[[review.repos]]
name = "Compute A&E"
pr-query = [
"""
repo:tikv/pd
""",
"""
repo:tikv/client-go
""",
"""
repo:tikv/tikv
""",
"""
repo:pingcap/tidb
""",
"""
repo:pingcap/kvproto
""",
"""
repo:pingcap/tiflash
"""
]