create_label
Create custom labels in GitHub repositories to organize issues and pull requests. Specify label name, color, and optional description for better project management.
Instructions
Create a label in a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository name | |
| name | Yes | Label name | |
| color | Yes | Label color hex code without # (e.g. 'ff0000' for red) | |
| description | No | Label description |