PolarExpress.Schemas.BenefitGitHubRepositoryProperties
(polar_express v0.2.2)
Copy Markdown
View Source
BenefitGitHubRepositoryProperties
Properties for a benefit of type github_repository.
Summary
Types
@type t() :: %PolarExpress.Schemas.BenefitGitHubRepositoryProperties{ permission: term(), repository_name: term(), repository_owner: term() }
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.