Updates an existing GitHub issue's title, body, state, milestone, labels, or assignees; `state_reason` is only processed if `state` also changes, and use `null` or `[]` to clear applicable fields.
bodystringNew issue body; send `null` to clear, omit to leave unchanged.
repoRequiredstringRepository name, without the `.git` extension (case-insensitive).
ownerRequiredstringOwner of the repository (case-insensitive).
statestringNew issue state; omit to leave unchanged.
titlestringNew issue title; send `null` to clear, omit to leave unchanged.
labelsarrayReplaces all existing labels. Send `[]` to remove all; omit to leave unchanged. Requires push access for changes.
assigneestringDEPRECATED: Username to assign; use `assignees`. Send `null` to unassign, omit to leave unchanged.
assigneesarrayReplaces all existing assignees. Send `[]` to remove all; omit to leave unchanged. Requires push access for changes.
milestonestringMilestone ID (as string) or title. Send `null` to clear; omit to leave unchanged. Numeric ID recommended.
issue_numberRequiredintegerUnique number identifying the issue.
state_reasonstringReason for state change, considered only if `state` also changes. Valid reasons depend on the new `state`.
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