add_issue_labels
Add labels to a GitHub issue or pull request while preserving existing labels. Provide account, repository, issue number, and label names to append new labels without removing current ones.
Instructions
Add existing labels to an issue or pull request without replacing its current labels. Label names are sent through stdin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | Yes | ||
| account | Yes | ||
| hostname | No | ||
| repository | Yes | Repository in owner/name format | |
| issueNumber | Yes | Issue number; pull request numbers are also supported |