create_org_repo
Create a new repository within an organization. Specify the organization and repository name; optionally set description, privacy, and initialize with a README.
Instructions
Create a new repository in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Owner/username | |
| name | Yes | Name of the new repository | |
| description | No | ||
| private | No | Whether the repository is private | |
| auto_init | No | Initialize the repository with a README |