From 7e3d15149c1dd9e07542c2461031080fca61fa58 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Mon, 8 May 2023 21:11:53 -0600 Subject: [PATCH 1/2] Update roles based on governance: https://github.com/tinkerbell/org/blob/main/GOVERNANCE.md Updating roles bases on contributions over the last 8 months. See the tinkerbell/org repo and the devstats.sh script to see the data. Signed-off-by: Jacob Weinstock --- .github/settings.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 11a5eb0a5..3c07673ae 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,28 +2,14 @@ # See https://docs.github.com/en/rest/reference/repos#add-a-repository-collaborator for available options collaborators: # Maintainers, should also be added to the .github/CODEOWNERS file as owners of this settings.yml file. - - username: micahhausler - permission: maintain - - username: mmlb - permission: maintain - username: chrisdoherty4 permission: maintain + - username: jacobweinstock + permission: maintain # Approvers - username: displague permission: push - - username: jacobweinstock - permission: push - - username: nshalman - permission: push - - username: tstromberg - permission: push # Reviewers - - username: detiber - permission: triage - - username: stephen-fox - permission: triage - - username: tobert - permission: triage # Note: `permission` is only valid on organization-owned repositories. # The permission to grant the collaborator. Can be one of: From 3fbc8108627116d838d8dd680104a9edcc60586e Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Mon, 8 May 2023 21:33:27 -0600 Subject: [PATCH 2/2] Update codeowners to match settings.yml Signed-off-by: Jacob Weinstock --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 85a9ff31b..dae0e47db 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -/.github/settings.yml @mmlb @micahhausler @chrisdoherty4 -/.github/CODEOWNERS @mmlb @micahhausler @chrisdoherty4 +/.github/settings.yml @chrisdoherty4 @jacobweinstock +/.github/CODEOWNERS @chrisdoherty4 @jacobweinstock