gh_issue_edit
Replace a GitHub issue's body by providing the repository, issue number, and new Markdown content. The body is passed via a temp file, avoiding shell escaping issues.
Instructions
Replace an issue's body. Body is passed via a temp file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | new issue body Markdown (replaces the existing body). | |
| repo | Yes | ``owner/repo``. | |
| number | Yes | issue number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||