Skip to main content

GitHubRepositoryInteractionLimitOrigin

Indicates where an interaction limit is configured.

enum GitHubRepositoryInteractionLimitOrigin {
ORGANIZATION
REPOSITORY
USER
}

Values

GitHubRepositoryInteractionLimitOrigin.ORGANIZATION

A limit that is configured at the organization level.

GitHubRepositoryInteractionLimitOrigin.REPOSITORY

A limit that is configured at the repository level.

GitHubRepositoryInteractionLimitOrigin.USER

A limit that is configured at the user-wide level.

Member of

GitHubRepositoryInteractionAbility object