create_repo
Create a new repository in a specified GitHub organization by providing the repository name, description, and privacy settings. Automate repository setup for efficient project management.
Instructions
Create a new repository in an organization
Input Schema
Name | Required | Description | Default |
---|---|---|---|
description | No | Repository description | |
name | Yes | Repository name | |
org | Yes | Organization name | |
private | No | Whether the repository should be private |