list_issues
List GitHub issues in a repository, filterable by state, label, or assignee to locate relevant tasks.
Instructions
List issues in a repo, filterable by state, label, and assignee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| limit | No | ||
| owner | Yes | Repository owner (user or org) | |
| state | No | open | |
| labels | No | Comma-separated label names to filter by | |
| assignee | No | GitHub username to filter by assignee |