name | string | Required, Identifier | The repository |
owner | string | Required, Identifier | The owner of the repository |
allowAutoMerge | bool | | Whether to allow auto-merge |
allowMergeCommit | bool | | Whether to allow merge commits |
allowRebaseMerge | bool | | Whether to allow rebase merges |
allowSquashMerge | bool | | Whether to allow squash merges |
allowUpdateBranch | bool | | Whether to allow updating pull request branches |
deleteBranchOnMerge | bool | | Whether to automatically delete head branches |
description | string | | The repository description |
hasDownloads | bool | | Whether the repository has downloads enabled |
hasIssues | bool | | Whether the repository has issues enabled |
hasProjects | bool | | Whether the repository has projects enabled |
hasWiki | bool | | Whether the repository has wiki enabled |
homepage | string | | The repository homepage url |
isTemplate | bool | | Whether the repository is a template |
topics | string[] | | Topics for the repository |
visibility | 'Public' | 'Private' | 'Internal' | | The repository visibility |