Creates a new issue in a GitHub repository, requiring the repository to exist and have issues enabled; specific fields like assignees, milestone, or labels may require push access.
bodystringThe detailed textual contents of the new issue.
repoRequiredstringThe name of the repository, without the `.git` extension (case-insensitive). The repository must exist, be accessible, and have issues enabled.
ownerRequiredstringThe GitHub account owner of the repository (case-insensitive). The repository must exist and be accessible to the authenticated user.
titleRequiredstringThe title for the new issue.
labelsarrayArray of label names to associate with this issue (generally case-insensitive). NOTE: Only users with push access can set labels; they are silently dropped otherwise. Pass an empty list to clear all labels.
assigneestringLogin for the user to whom this issue should be assigned. NOTE: Only users with push access can set the assignee; it is silently dropped otherwise. **This field is deprecated in favor of `assignees`.**
assigneesarrayGitHub login names for users to assign to this issue. NOTE: Only users with push access can set assignees; they are silently dropped otherwise.
milestonestringThe ID of the milestone to associate this issue with (e.g., "5"). NOTE: Only users with push access can set the milestone; it is silently dropped otherwise.
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