Adds assignees to a GitHub issue. This action only adds users - it does not remove existing assignees. Changes are silently ignored if the authenticated user lacks push access to the repository.
repoRequiredstringThe name of the repository, without the `.git` extension. This field is not case sensitive.
ownerRequiredstringThe username of the account or the organization name that owns the repository. This field is not case sensitive.
assigneesarrayA list of GitHub usernames to add as assignees to the issue. Up to 10 assignees total can be on an issue. NOTE: This endpoint ADDS assignees - it does not replace existing ones. Users already assigned are kept. To remove assignees, use the 'remove_assignees_from_an_issue' action…
issue_numberRequiredintegerThe unique number identifying the issue within the repository. Must be a positive integer (GitHub issue numbers start at 1).
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.