From 67d02ffefc8526a47430ca3eaee5b889109f3813 Mon Sep 17 00:00:00 2001 From: Nate W Date: Thu, 18 May 2023 03:19:17 -0700 Subject: [PATCH] removing Collaborators from settings.yml Signed-off-by: Nate W --- .github/settings.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index 9fac983..df8aa86 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -112,30 +112,3 @@ labels: description: This issue has a related CNCF Service Desk ticket color: 0CD9EF -# Collaborators: give specific users access to this repository. -# See https://developer.github.com/v3/repos/collaborators/#add-user-as-a-collaborator for available options -collaborators: - # Note: Only valid on organization-owned repositories. - # The permission to grant the collaborator. Can be one of: - # * `pull` - can pull, but not push to or administer this repository. - # * `push` - can pull and push, but not administer this repository. - # * `admin` - can pull, push and administer this repository. - # * `maintain` - Recommended for project managers who need to manage the repository without access to sensitive or destructive actions. - # * `triage` - Recommended for contributors who need to proactively manage issues and pull requests without write access. - - # Administrators - - username: amye - permission: admin - - username: caniszczyk - permission: admin - - username: nate-double-u - permission: admin - - # Maintainers - - username: chalin - permission: maintain - - username: idvoretskyi - permission: maintain - - username: thisisobate - permission: maintain -