project_manage_assignees
Manage issue assignees by adding or removing GitHub users to distribute tasks on a repository issue.
Instructions
Add or remove assignees on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| issueNumber | Yes | Issue number | |
| addAssignees | No | GitHub usernames to assign | |
| removeAssignees | No | GitHub usernames to unassign |