-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathevents.js
64 lines (64 loc) · 1.7 KB
/
events.js
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
export default [
{
title: "HITCON 2023",
repo: "HacksInTaiwan/2023/board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `Team::`,
groupLabelPostfix: ``,
groupList: {
'總召': ['denny0223'],
'RB': ['bletchley13'],
'公關': ['freetsubasa'],
'宣傳': ['hazelOxO'],
'行政': ['leaftseng'],
'議程': ['mag1karp'],
'形象': ['tony780808'],
'系統開發': ['gnehs'],
'攝影': ['jerryhsu066'],
'翻譯': ['RSChiang'],
'場務': ['an22003937'],
'活動': ['rwq987654321000'],
'財務': ['KuroseAto'],
'資訊設施': ['Sciuridae'],
},
},
{
title: "SITCON Camp 2023",
repo: "sitcon-tw/camp-2023/sitcon-camp-2023-board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'總召': ['arnoldsky'],
'行政': ['candice02110211'],
'財務': ['YukinaMochizuki'],
'課活': ['GreenLeaf0w0'],
'庶務': ['rebeeca0922'],
'隊輔': ['justinlin099'],
'編輯': ['skyhong2002'],
'行銷': ['y920531'],
'資訊': ['gnehs'],
'紀錄': ['William-Mou'],
},
},
{
title: "SITCON 2022",
repo: "sitcon-tw/2022/2022-board",
inboxLabel: `Status::Inbox`,
groupLabelPrefix: `組別::`,
groupLabelPostfix: `組`,
groupList: {
'議程': ['index.asp'],
'總召': ['YukinaMochizuki'],
'編輯': ['fanlan1210'],
'製播': ['camel0311'],
'開發': ['gnehs'],
'設計': ['yuyoyuyo850'],
'財務': ['an22003937'],
'紀錄': ['littlechin'],
'行政': ['april1026'],
'行銷': ['y920531'],
'場務': ['rebeeca0922'],
},
},
]