add_issue_labels
Add labels to a Forgejo issue by providing owner, repo, issue number, and label IDs.
Instructions
Add labels to an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| index | Yes | Issue or PR number | |
| labels | Yes | Array of label IDs to add |