github_get_issue
Fetch a specific GitHub issue by its number. Provide the repository owner, repository name, and issue number to access the issue's details.
Instructions
Get a specific GitHub issue by number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name. | |
| owner | Yes | Repository owner. | |
| number | Yes | Issue number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||