remove_issue_label
Remove a specific label from an issue using its numeric ID. Only removes one label at a time and errors if the label is not currently attached.
Instructions
Remove ONE label from an issue. Takes the label id (number) — NOT the name. Get the id from list_labels (issue labels carry their id). Errors if the label is not currently on the issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Label ID to remove | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Issue number | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |