Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce org owners/admins #189

Merged
merged 13 commits into from
Feb 16, 2024
34 changes: 20 additions & 14 deletions github/ipfs.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# yaml-language-server: $schema=.schema.json

members:
# Admin permissions map to "org owner" permissions listed in
# https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization#permissions-for-organization-rolesare
# These permissions are very broad, and thus, the list of people is intentionally minimal.
# Permissions are distributed across 3-4 separate organizations.
# One can request additional permissions for specific repos using ipld/github-mgmt.
BigLep marked this conversation as resolved.
Show resolved Hide resolved
admin:
- andyschwab-admin
- aschmahmann
- autonome
- BigLep
- cwaring
- daviddias
- galargh
- hsanjuan
- jbenet
- lidel
- momack2
- olizilla
- Stebalien
- vesahc
- whyrusleeping
member:
- 1015bit
- 2color
Expand Down Expand Up @@ -50,6 +47,7 @@ members:
- avras
- b5
- balupton
- BigLep
- bigs
- bjoyce3
- blackforestboi
Expand All @@ -64,13 +62,15 @@ members:
- codynhat
- coryschwartz
- cpacia
- cwaring
- cyborgshead
- daijiale
- damedoteth
- dankelleher
- darkdh
- darobin
- davidar
- daviddias
- dborzov
- dchoi27
- deltazxm
Expand Down Expand Up @@ -113,6 +113,7 @@ members:
- harlantwood
- hinshun
- hosh
- hsanjuan
- hugomrdias
- ianamunoz
- iand
Expand All @@ -122,6 +123,7 @@ members:
- jacobheun
- jamiejn
- janjanovna
- jbenet
- jbenetsafer
- jdelgadopin
- jesseclay
Expand Down Expand Up @@ -169,6 +171,7 @@ members:
- mishmosh
- miyazono
- moeghashim
- momack2
- moul
- Mr0grog
- neogeweb3
Expand All @@ -180,6 +183,7 @@ members:
- NukeManDan
- nunofmn
- obo20
- olizilla
- parkan
- pepoospina
- petar
Expand Down Expand Up @@ -230,6 +234,7 @@ members:
- wemeetagain
- whereswaldon
- whizzzkid
- whyrusleeping
- willscott
- Wondertan
- yangwao
Expand Down Expand Up @@ -8201,7 +8206,6 @@ repositories:
files:
.github/workflows/stale.yml:
content: .github/workflows/stale.yml
overwrite_on_create: true
has_discussions: false
merge_commit_message: PR_TITLE
merge_commit_title: MERGE_MESSAGE
Expand Down Expand Up @@ -8943,16 +8947,18 @@ teams:
# using a team instead of direct collaborators because we want to reference it in the CODEOWNERS file
description: Users that are effectively org admins
members:
# WARN: membership here should be treated exactly as cautiously as having an org admin role
# WARN: membership here should be treated as cautiously as having an "org owner" role,
# since one can escalate their privileges accordingly.
# ATTN: members are expected to:
# - be familiar with GitHub Management
# - be ready to triage/review org configuration change request in github-mgmt
maintainer:
- aschmahmann
- BigLep
- lidel
# Intentionally don't have any "maintainers" so that additional membership is done through github-mgmt rather than the GitHub UI.
# That said, since most of these people are also "org owners" ("members.admin" above),
# they can still make changes in the UI.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why have this loophole? ipfs/ipfs#511 (comment)

member:
- achingbrain
- aschmahmann
- lidel
- willscott
privacy: closed
Go Core Team:
Expand Down
Loading