create_project
Automate the creation of a new project in a GitHub repository by specifying the owner, repository name, and project details. Simplify repository management with structured project setup.
Instructions
Create a new project in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | No | Description of the project | |
name | Yes | Name of the project | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |