create_label
Add a label to a repository for organizing issues and pull requests. Specify owner, repo, name, color, and optional description.
Instructions
Create a label in a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| name | Yes | Label name | |
| color | Yes | Label color as hex string without # | |
| description | No | Label description |