update_issue
Update a GitHub issue's title, body, state, labels, or assignees.
Instructions
Update an existing issue in a GitHub repository. Docs: https://docs.github.com/en/rest/issues/issues#update-an-issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New issue body/description | |
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| state | No | New issue state | |
| title | No | New issue title | |
| labels | No | Label names to replace the issue's current labels | |
| assignees | No | Logins to assign to the issue | |
| issue_number | Yes | Issue number | |
| state_reason | No | Reason for the state change, only applied when state is changed |