forked from yshnb/github-stat
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.toml.dist
32 lines (25 loc) · 1.24 KB
/
config.toml.dist
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
# begin time of statistics period.
# for merged PRs, we only analysis those being merged after begin time (begin time included).
# for open PRs, we only analysis those being created after begin time(begin time included).
# if begin time not specified, it defaults to create time(merge time) of the very first PR.
# this usually will result in listing all PRs of specified repository and slow analysis process.
statBeginTime = 2016-10-01T00:00:00
# end time of statistics period.
# for merged PRs, we only analysis those being merged before end time (end time excluded).
# for open PRs, we only analysis those being created after end time(end time excluded).
# if end time not specified, it defaults to current time.
# if end time is specified, week statistics is disabled.
statEndTime = 2016-10-01T00:00:00
accessToken = "personal access token"
# repositories in which Pull Requests / Commits are analyzed
repos = ["kubernetes/*"]
metrics = "pr"
# statistics by "week", "overall" or "all"; "all" means "week" and "overall"
dimension = "all"
# Sunday:0; Monday:1; Tuesday:2; Wednesday:3; Thursday:4; Friday:5; Saturday:6
weekFirstDay=6
# no sort:0; sort by merged PRs:1;sort by merged commits:2;
sort=1
[[users]]
name = "bruceauyeung"
realName = "欧阳钦华"