update_issue
Modify the properties of a GitHub issue, including title, body, state, assignees, labels, or milestone.
Instructions
Update an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| repo | Yes | ||
| issue_number | Yes | ||
| title | No | ||
| body | No | ||
| state | No | ||
| state_reason | No | ||
| assignees | No | ||
| labels | No | ||
| milestone | No |