Skip to main content

GitHubRepositoryPermission

The access level to a repository

enum GitHubRepositoryPermission {
ADMIN
MAINTAIN
READ
TRIAGE
WRITE
}

Values

GitHubRepositoryPermission.ADMIN

Can read, clone, and push to this repository. Can also manage issues, pull requests, and repository settings, including adding collaborators

GitHubRepositoryPermission.MAINTAIN

Can read, clone, and push to this repository. They can also manage issues, pull requests, and some repository settings

GitHubRepositoryPermission.READ

Can read and clone this repository. Can also open and comment on issues and pull requests

GitHubRepositoryPermission.TRIAGE

Can read and clone this repository. Can also manage issues and pull requests

GitHubRepositoryPermission.WRITE

Can read, clone, and push to this repository. Can also manage issues and pull requests

Member of

GitHubRepositoryCollaborator object