PolarExpress.Schemas.BenefitGitHubRepositoryCreateProperties (polar_express v0.2.2)

Copy Markdown View Source

BenefitGitHubRepositoryCreateProperties

Properties to create a benefit of type github_repository.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BenefitGitHubRepositoryCreateProperties{
  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.

Functions

schema_name()