list_issues
Fetch issues from a GitHub repository, newest first, while excluding pull requests. Filter by state, labels, or limit to find relevant issues quickly.
Instructions
List issues in a repository, newest first.
Pull requests are filtered out -- GitHub returns them from the issues endpoint too, and they are almost never what you want here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Repository as owner/name. Defaults to GITHUB_DEFAULT_REPO. | |
| limit | No | Max issues to return. | |
| state | No | Filter by state: open, closed or all. | open |
| labels | No | Comma-separated label names to require. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||