Enum GitHub::RepositoryAffiliation

The affiliation of a user to a repository

Enum Values

OWNER

Repositories that are owned by the authenticated user.

COLLABORATOR

Repositories that the user has been added to as a collaborator.

ORGANIZATION_MEMBER

Repositories that the user has access to through being a member of an organization. This includes every repository on every team that the user is on.

Uses

Organization.repositories

Repository.forks

User.repositories

User.watching

RepositoryOwner.repositories