forked from HugoBlox/theme-academic-cv
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathhypertrons.json
143 lines (142 loc) · 3.57 KB
/
hypertrons.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"label_setup": {
"version": 1,
"labels": [
{
"__merge__": true
},
{
"name": "difficulty/1",
"description": "Difficulty score for issue or pull, 1 score",
"color": "008672"
},
{
"name": "difficulty/2",
"description": "Difficulty score for issue or pull, 2 score",
"color": "f1ee18"
},
{
"name": "difficulty/3",
"description": "Difficulty score for issue or pull, 3 score",
"color": "67a8f7"
},
{
"name": "difficulty/5",
"description": "Difficulty score for issue or pull, 5 score",
"color": "f7be99"
},
{
"name": "difficulty/8",
"description": "Difficulty score for issue or pull, 8 score, should split the issue",
"color": "e11d21"
},
{
"name": "pull/approved",
"description": "If a pull is approved, it will be automatically merged",
"color": "008672"
},
{
"name": "kind/community",
"description": "Community related issue or pull",
"color": "99ff66",
"keywords": [
"community"
]
},
{
"name": "kind/CICD",
"description": "CI/CD related issue or pull",
"color": "0099ff",
"keywords": [
"continuous integration",
"continuous delivery",
"[ci]",
"[cd]",
"[ci/cd]"
]
}
]
},
"weekly_report": {
"version": 1,
"generateTime": "0 0 12 * * 1"
},
"role": {
"version": 1,
"roles": [
{
"name": "committer",
"description": "Committer of the project",
"users": [ "leofang327", "WuShaoling", "frank-zsy", "will-ww", "Jerry", "heming6666" ],
"commands": [ "/difficulty", "/rerun", "/complete-checklist", "/start-vote" ]
},
{
"name": "replier",
"description": "Replier is responsible for reply issues in time",
"users": [ "leofang327", "heming6666" ],
"commands": []
},
{
"name": "approver",
"description": "After approvers' approve, pulls should be merged automatically",
"users": [ "leofang327", "WuShaoling", "frank-zsy", "will-ww", "Jerry", "heming6666" ],
"commands": [ "/approve" ]
},
{
"name": "author",
"description": "Author of the issue or pull",
"users": [],
"commands": [ "/rerun" ]
},
{
"name": "notauthor",
"description": "Not author of the issue or pull",
"users": [],
"commands": [ "/approve" ]
},
{
"name": "anyone",
"description": "Anyone",
"users": [],
"commands": [ "/self-assign", "/vote" ]
}
]
},
"command": {
"version": 1,
"commands": [
{
"name": "/approve",
"scopes": [ "review", "review_comment", "pull_comment" ]
}
]
},
"approve": {
"version": 1
},
"auto_merge": {
"version": 1,
"sched": "0 */5 * * * *"
},
"difficulty": {
"version": 1
},
"issue_reminder": {
"version": 1
},
"rerun": {
"version": 1
},
"auto_label": {
"version": 1
},
"self_assign": {
"version": 1
},
"complete_checklist": {
"version": 1
},
"vote": {
"version": 1
}
}