edit_label
Update a label in a repository by numeric ID, changing its name, color, or description.
Instructions
Edit an existing label
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| id | Yes | Numeric ID | |
| name | No | New label name | |
| color | No | New label color as hex string without # | |
| description | No | New label description |