removing Collaborators from settings.yml

Signed-off-by: Nate W <natew@cncf.io>
This commit is contained in:
Nate W 2023-05-18 03:19:17 -07:00 committed by GitHub
parent f059786584
commit 67d02ffefc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

27
.github/settings.yml vendored
View File

@ -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