remove_issue_label
Removes one label from a Gitea issue using its numeric ID. Get the ID from list_labels; errors if the label is not currently assigned.
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) |