Frontmatter
| id | 7485 |
| title | Manage Repository Labels |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Oct 14, 2025, 1:23 PM |
| updatedAt | Oct 14, 2025, 1:48 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7485 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7477 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 14, 2025, 1:48 PM |
To fully automate the issue and PR workflow, the agent needs the ability to manage labels. This includes listing all available repository labels and adding or removing labels from a specific issue or pull request.
This ticket covers the implementation of endpoints for repository-wide label management.
Acceptance Criteria
openapi.yamlis updated with endpoints for listing labels and modifying them on an issue/PR.labelService.mjsis created to wrap thegh label listcommand.issueService.mjsis created with functions to add/remove labels usinggh issue edit./labelsand/issuesresources.