Skip to main content

GitHubRepositoryInteractionLimit

A repository interaction limit.

enum GitHubRepositoryInteractionLimit {
COLLABORATORS_ONLY
CONTRIBUTORS_ONLY
EXISTING_USERS
NO_LIMIT
}

Values

GitHubRepositoryInteractionLimit.COLLABORATORS_ONLY

Users that are not collaborators will not be able to interact with the repository.

GitHubRepositoryInteractionLimit.CONTRIBUTORS_ONLY

Users that have not previously committed to a repository's default branch will be unable to interact with the repository.

GitHubRepositoryInteractionLimit.EXISTING_USERS

Users that have recently created their account will be unable to interact with the repository.

GitHubRepositoryInteractionLimit.NO_LIMIT

No interaction limits are enabled.

Member of

GitHubRepositoryInteractionAbility object