PolarExpress.Schemas.BenefitGitHubRepositoryProperties
(polar_express v0.1.5)
Copy Markdown
View Source
BenefitGitHubRepositoryProperties
Properties for a benefit of type github_repository.
Summary
Types
@type t() :: %PolarExpress.Schemas.BenefitGitHubRepositoryProperties{ permission: String.t() | nil, repository_name: String.t() | nil, repository_owner: String.t() | nil }
permission- The permission level to grant. Read more about roles and their permissions on GitHub documentation. Possible values:pull,triage,push,maintain,admin.repository_name- The name of the repository.repository_owner- The owner of the repository.