create_repository
Create a new repository for an approved owner with private visibility by default, and request public or internal visibility explicitly when needed.
Instructions
Create a repository for an explicitly allowed owner. Visibility defaults to private; public or internal visibility must be requested explicitly. Description content is sent through stdin and is not audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| owner | Yes | ||
| account | Yes | ||
| hostname | No | ||
| hasIssues | No | ||
| visibility | No | private | |
| description | No | ||
| initializeWithReadme | No |