diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 758d322d..dae0e47d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -/.github/settings.yml @thebsdbox @mmlb -/.github/CODEOWNERS @thebsdbox @mmlb +/.github/settings.yml @chrisdoherty4 @jacobweinstock +/.github/CODEOWNERS @chrisdoherty4 @jacobweinstock diff --git a/.github/settings.yml b/.github/settings.yml index c39bf69c..8c4b1ee5 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -2,24 +2,12 @@ # 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: mmlb - permission: maintain - - username: thebsdbox - permission: maintain - username: chrisdoherty4 permission: maintain - # Approvers - username: jacobweinstock - permission: push - - username: tstromberg - permission: push - - username: ScottGarman - permission: push + permission: maintain + # Approvers # Reviewers - - username: jmpolom - permission: triage - - username: Raj-Dharwadkar - permission: triage # Note: `permission` is only valid on organization-owned repositories. # The permission to grant the collaborator. Can be one of: