09deac45d4
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
36 lines
899 B
Plaintext
36 lines
899 B
Plaintext
{
|
|
"annotations": {
|
|
"title": "Create repository",
|
|
"readOnlyHint": false
|
|
},
|
|
"description": "Create a new GitHub repository in your account or specified organization",
|
|
"inputSchema": {
|
|
"properties": {
|
|
"autoInit": {
|
|
"description": "Initialize with README",
|
|
"type": "boolean"
|
|
},
|
|
"description": {
|
|
"description": "Repository description",
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"description": "Repository name",
|
|
"type": "string"
|
|
},
|
|
"organization": {
|
|
"description": "Organization to create the repository in (omit to create in your personal account)",
|
|
"type": "string"
|
|
},
|
|
"private": {
|
|
"description": "Whether repo should be private",
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"name"
|
|
],
|
|
"type": "object"
|
|
},
|
|
"name": "create_repository"
|
|
} |