Interface CreateRepoOption

CreateRepoOption options when creating repository

Hierarchy

  • CreateRepoOption

Properties

auto_init?: boolean

Whether the repository should be auto-initialized?

default_branch?: string

DefaultBranch of the repository (used when initializes and in template)

description?: string

Description of the repository to create

gitignores?: string

Gitignores to use

issue_labels?: string

Label-Set to use

license?: string

License to use

name: string

Name of the repository to create

Unique Items

true

private?: boolean

Whether the repository is private

readme?: string

Readme of the repository to create

template?: boolean

Whether the repository is template

trust_model?: "default" | "collaborator" | "committer" | "collaboratorcommitter"

TrustModel of the repository

Generated using TypeDoc