mirror of https://github.com/cncf/techdocs.git
removing Collaborators from settings.yml
Signed-off-by: Nate W <natew@cncf.io>
This commit is contained in:
parent
f059786584
commit
67d02ffefc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue