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

create github-mgmt stewards team #36

Merged
merged 7 commits into from
Sep 12, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 35 additions & 3 deletions github/testground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,24 @@ repositories:
- maintainers
visibility: public
github-mgmt:
# WARN: push+ access here should be treated exactly as cautiosly as org admin role
branch_protection:
master: {}
files:
CODEOWNERS:
content: >
* @galargh
content: |
# The ipdx team is responsible for GitHub Management maintenance
* @testground/ipdx

# The github-mgmt stewards team is responsible for triaging/reviewing configuration change requests
# The ipdx team is added here temporarily to witness use patterns in github-mgmt
/github/ipfs.yml @testground/github-mgmt-stewards @testground/ipdx
teams:
# ATTN: do not add teams with push+ access, use github-mgmt stewards team membership instead
maintain:
- w3dt-stewards
- ipdx # NOTE: ipdx are the creators of GitHub Management framework
push:
- github-mgmt stewards
visibility: public
infra:
collaborators:
Expand Down Expand Up @@ -197,6 +206,29 @@ teams:
- StefanMiletich
- dektech
privacy: closed
github-mgmt stewards:
# NOTE: created to capture users with push+ access to github-mgmt repository
# using a team instead of direct collaborators because we want to reference it in the CODEOWNERS file
create_default_maintainer: false
description: Users that are effectively org admins
members:
# WARN: membership here should be treated exactly as cautiosly as having an org admin role
# ATTN: members are expected to:
# - be familiar with GitHub Management
# - be ready to triage/review org configuration change request in github-mgmt
maintainer:
- galargh
- laurentsenta
- BigLep
privacy: closed
ipdx:
create_default_maintainer: false
members:
maintainer:
- galargh
- laurentsenta
parent_team_id: w3dt-stewards
privacy: closed
maintainers:
description: Testground maintainers
members:
Expand Down