forked from creatorsgarten/configuration
-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.ts
84 lines (80 loc) · 2.31 KB
/
index.ts
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
import { cunnier, grantWriteAccess, team } from './lib'
// If you participated in our events and consider yourself a creator,
// feel free to add your username to the list below and be invited into
// the creatorsgarten organization.
//
// Once you are invited, please accept the invitation within 7 days,
// otherwise the invitation will expire.
//
// Once you are a member, you can go to the member list page at
// <https://github.com/orgs/cunnydev/people> and change the
// membership visibility to "Public." This will add the Creatorsgarten
// logo to your GitHub profile.
//
// As a member, you can also create Public and Private repositories
// in this organization when you work on related projects.
//
// Note that adding yourself to this list here doesn’t automatically
// grant you access to extra repositories beyond what you currently have
// access to. To access certain repositories, you must be a part of the
// respective team. The list of teams and their members are below this
// list.
//
// PLEASE KEEP THIS LIST SORTED ALPHABETICALLY.
//
cunnier('7valkio')
cunnier('absolute-tk')
cunnier('altfoxie')
cunnier('chayapatr')
cunnier('chisaato')
cunnier('Cloneee')
cunnier('DrowningToast')
cunnier('dtinth')
cunnier('elrizwiraswara')
cunnier('fzn0x')
cunnier('goragod')
cunnier('Gusb3ll')
cunnier('heypoom')
cunnier('Kuuuuuuuu')
cunnier('Leomotors')
cunnier('luadebug')
cunnier('miello')
cunnier('Mirailisc')
cunnier('mountainity')
cunnier('mrwan200')
cunnier('NakZaa')
cunnier('narze')
cunnier('palmcm')
cunnier('pathonscript')
cunnier('Qwenty228')
cunnier('rayriffy')
cunnier('ronnapatp')
cunnier('SaltyAom')
cunnier('satellair')
cunnier('Siravijbb')
cunnier('sleepntsheep')
cunnier('ST4RCHASER')
cunnier('supern64')
cunnier('t6tg')
cunnier('thnhmai38')
cunnier('tinarskii')
cunnier('vermaysha')
cunnier('volt-l18')
cunnier('wasdee')
cunnier('WitMaster98')
cunnier('zunzureal')
//! Only edit the above lines and not the rest of this file.
const coreMembers = team('core-members', {
name: 'Millennium',
description: 'Core Members',
})
coreMembers('Gusb3ll')
coreMembers('Leomotors')
coreMembers('chayapatr')
coreMembers('narze')
coreMembers('rayriffy')
coreMembers('SaltyAom')
coreMembers('tinarskii')
grantWriteAccess('saltyaom', coreMembers)
grantWriteAccess('177013-commits', coreMembers)
grantWriteAccess('torpleng-anisong', coreMembers)