gitea_create_label
Create a new label in a Gitea repository to organize issues and pull requests by specifying name, color, and optional description.
Instructions
[UNIFIED] Create a new label in a repository.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| owner | Yes | ||
| repo | Yes | ||
| name | Yes | ||
| color | Yes | ||
| description | No |