Skip to content

Commit 0d23097

Browse files
authored
Reduce org owners/admins (#85)
* Update multiformats.yml - reduce org owners/admins * fix@7880326835 [skip fix] * Handle github-mgmt stewards portion of reduce org owners/admins (#86) * Update multiformats.yml - removed github-mgmt collaborators --------- Co-authored-by: BigLep <BigLep@users.noreply.github.com>
1 parent 063bd9f commit 0d23097

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

github/multiformats.yml

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
# yaml-language-server: $schema=.schema.json
22

33
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.
49
admin:
510
- andyschwab-admin
611
- aschmahmann
7-
- daviddias
812
- galargh
9-
- jbenet
10-
- Kubuxu
11-
- marten-seemann
12-
- raulk
1313
- rvagg
14-
- Stebalien
1514
- vmx
16-
- whyrusleeping
1715
member:
1816
- 0xDanomite
1917
- 2color
@@ -29,6 +27,7 @@ members:
2927
- bigs
3028
- celeduc
3129
- cloutiertyler
30+
- daviddias
3231
- debris
3332
- dhruvbaldawa
3433
- dignifiedquire
@@ -51,10 +50,12 @@ members:
5150
- ianopolous
5251
- ipfsbot
5352
- jacobheun
53+
- jbenet
5454
- jbenetsafer
5555
- jesseclay
5656
- Jorropo
5757
- kevina
58+
- Kubuxu
5859
- kumavis
5960
- laurentsenta
6061
- lidel
@@ -63,6 +64,7 @@ members:
6364
- lukehoersten
6465
- magik6k
6566
- MarcoPolo
67+
- marten-seemann
6668
- masih
6769
- MCGPPeters
6870
- mcollina
@@ -77,13 +79,15 @@ members:
7779
- olizilla
7880
- p-shahi
7981
- pkafei
82+
- raulk
8083
- ribasushi
8184
- RichardLitt
8285
- richardschneider
8386
- robzajac
8487
- rphmeier
8588
- sbuss
8689
- SgtPooki
90+
- Stebalien
8791
- stuckinaboot
8892
- sukunrt
8993
- thomaseizinger
@@ -99,6 +103,7 @@ members:
99103
- web3-bot
100104
- wemeetagain
101105
- whizzzkid
106+
- whyrusleeping
102107
- willscott
103108
- yusefnapora
104109
- zabirauf
@@ -544,9 +549,6 @@ repositories:
544549
contexts:
545550
- Comment
546551
strict: true
547-
collaborators:
548-
admin:
549-
- galargh
550552
default_branch: master
551553
files:
552554
CODEOWNERS:
@@ -2506,18 +2508,19 @@ teams:
25062508
# using a team instead of direct collaborators because we want to reference it in the CODEOWNERS file
25072509
description: Users that are effectively org admins
25082510
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.
25102513
# ATTN: members are expected to:
25112514
# - be familiar with GitHub Management
25122515
# - 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:
25142520
- achingbrain
25152521
- aschmahmann
25162522
- rvagg
25172523
- vmx
2518-
member:
2519-
- BigLep
2520-
- lidel
25212524
privacy: closed
25222525
Go Team:
25232526
description: Go multiformats people

0 commit comments

Comments
 (0)