remove_issue_label
Remove a label from a GitHub issue or pull request in one command. Simply provide the account, repository, issue number, and label to detach it; re-add the label later if needed.
Instructions
Remove one label from an issue or pull request. This is reversible by adding the label again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| issueNumber | Yes | Issue number; pull request numbers are also supported |