forked from wuhan2020/wuhan2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhypertrons.json
159 lines (159 loc) · 3.15 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"label_setup": {
"version": 1,
"labels": [
{
"__merge__": true
},
{
"name": "pull/approved",
"description": "If a pull is approved, it will be automatically merged",
"color": "008672"
},
{
"name": "area/hospital",
"description": "Related to hospital info",
"color": "0366d6",
"keywords": [
"hospital"
]
},
{
"name": "area/factory",
"description": "Related to factory info",
"color": "0366d6",
"keywords": [
"factory"
]
},
{
"name": "area/logistical",
"description": "Related to logistical info",
"color": "0366d6",
"keywords": [
"logistical"
]
},
{
"name": "area/hotel",
"description": "Related to hotel info",
"color": "0366d6",
"keywords": [
"hotel"
]
},
{
"name": "area/donation",
"description": "Related to donation info",
"color": "0366d6",
"keywords": [
"donation"
]
},
{
"name": "area/clinic",
"description": "Related to clinic info",
"color": "0366d6",
"keywords": [
"clinic"
]
},
{
"name": "area/news",
"description": "Related to news info",
"color": "0366d6",
"keywords": [
"news"
]
}
]
},
"role": {
"version": 1,
"roles": [
{
"name": "replier",
"description": "Replier is responsible for reply issues in time",
"users": [
"frank-zsy",
"zhangliqing",
"JerryKuan",
"sunshinemingo",
"bifenglin"
],
"commands": []
},
{
"name": "approver",
"description": "After approvers' approve, pulls should be merged automatically",
"users": [
"frank-zsy",
"will-ww",
"zhangliqing",
"JerryKuan",
"sunshinemingo",
"bifenglin",
"WuShaoling"
],
"commands": [
"/approve"
]
},
{
"name": "author",
"description": "Author of the issue or pull",
"users": [],
"commands": []
},
{
"name": "notauthor",
"description": "Not author of the issue or pull",
"users": [],
"commands": [
"/approve"
]
},
{
"name": "anyone",
"description": "Anyone",
"users": [],
"commands": [
"/self-assign"
]
}
]
},
"command": {
"version": 1,
"commands": [
{
"name": "/approve",
"scopes": [
"review",
"review_comment",
"pull_comment"
]
}
]
},
"approve": {
"version": 1
},
"auto_merge": {
"version": 1,
"sched": "0 */5 * * * *"
},
"issue_reminder": {
"version": 1
},
"auto_label": {
"version": 1
},
"self_assign": {
"version": 1
},
"weekly_report": {
"version": 1,
"generateTime": "0 0 12 * * 1"
}
}