project_edit_issue
Update an issue's title or body in a GitHub repository. Provide the repository, issue number, and new content to modify the issue.
Instructions
Edit the title and/or body of an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/repo' format | |
| issueNumber | Yes | Issue number | |
| title | No | New title (optional) | |
| body | No | New body (optional) |