list_issues
List recent GitHub issues from a repository, filtered by state, labels, and update time. Excludes pull requests.
Instructions
List issues in a GitHub repository. Returns the most recent issues in the specified state. Pull requests are filtered out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| limit | No | Maximum number of issues to return | |
| owner | Yes | Repository owner (user or org) | |
| since | No | Optional ISO 8601 timestamp; only return issues updated at or after this time (e.g. '2026-01-01T00:00:00Z'). | |
| state | No | Filter by issue state | open |
| labels | No | Optional comma-separated label names to filter by (e.g. 'bug,priority:high'). |