1
1
# yaml-language-server: $schema=.schema.json
2
2
3
3
members :
4
+ # Admin permissions map to "org owner" permissions listed in
5
+ # https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#permissions-for-organization-rolesare
6
+ # These permissions are very broad, and thus, the list of people is intentionally minimal.
7
+ # Permissions are distributed across 3-4 separate organizations.
8
+ # One can request additional permissions for specific repos using ipld/github-mgmt.
4
9
admin :
5
10
- andyschwab-admin
6
11
- aschmahmann
7
- - daviddias
8
12
- galargh
9
- - jbenet
10
- - Kubuxu
11
- - marten-seemann
12
- - raulk
13
13
- rvagg
14
- - Stebalien
15
14
- vmx
16
- - whyrusleeping
17
15
member :
18
16
- 0xDanomite
19
17
- 2color
@@ -29,6 +27,7 @@ members:
29
27
- bigs
30
28
- celeduc
31
29
- cloutiertyler
30
+ - daviddias
32
31
- debris
33
32
- dhruvbaldawa
34
33
- dignifiedquire
@@ -51,10 +50,12 @@ members:
51
50
- ianopolous
52
51
- ipfsbot
53
52
- jacobheun
53
+ - jbenet
54
54
- jbenetsafer
55
55
- jesseclay
56
56
- Jorropo
57
57
- kevina
58
+ - Kubuxu
58
59
- kumavis
59
60
- laurentsenta
60
61
- lidel
@@ -63,6 +64,7 @@ members:
63
64
- lukehoersten
64
65
- magik6k
65
66
- MarcoPolo
67
+ - marten-seemann
66
68
- masih
67
69
- MCGPPeters
68
70
- mcollina
@@ -77,13 +79,15 @@ members:
77
79
- olizilla
78
80
- p-shahi
79
81
- pkafei
82
+ - raulk
80
83
- ribasushi
81
84
- RichardLitt
82
85
- richardschneider
83
86
- robzajac
84
87
- rphmeier
85
88
- sbuss
86
89
- SgtPooki
90
+ - Stebalien
87
91
- stuckinaboot
88
92
- sukunrt
89
93
- thomaseizinger
@@ -99,6 +103,7 @@ members:
99
103
- web3-bot
100
104
- wemeetagain
101
105
- whizzzkid
106
+ - whyrusleeping
102
107
- willscott
103
108
- yusefnapora
104
109
- zabirauf
@@ -544,9 +549,6 @@ repositories:
544
549
contexts :
545
550
- Comment
546
551
strict : true
547
- collaborators :
548
- admin :
549
- - galargh
550
552
default_branch : master
551
553
files :
552
554
CODEOWNERS :
@@ -2506,18 +2508,19 @@ teams:
2506
2508
# using a team instead of direct collaborators because we want to reference it in the CODEOWNERS file
2507
2509
description : Users that are effectively org admins
2508
2510
members :
2509
- # WARN: membership here should be treated exactly as cautiosly as having an org admin role
2511
+ # WARN: membership here should be treated as cautiously as having an "org owner" role,
2512
+ # since one can escalate their privileges accordingly.
2510
2513
# ATTN: members are expected to:
2511
2514
# - be familiar with GitHub Management
2512
2515
# - be ready to triage/review org configuration change request in github-mgmt
2513
- maintainer :
2516
+ # Intentionally don't have any "maintainers" so that additional membership is done through github-mgmt rather than the GitHub UI.
2517
+ # That said, since most of these people are also "org owners" ("members.admin" above),
2518
+ # they can still make changes in the UI.
2519
+ member :
2514
2520
- achingbrain
2515
2521
- aschmahmann
2516
2522
- rvagg
2517
2523
- vmx
2518
- member :
2519
- - BigLep
2520
- - lidel
2521
2524
privacy : closed
2522
2525
Go Team :
2523
2526
description : Go multiformats people
0 commit comments