github_list_issues
Get issues from a GitHub repository with optional state and label filters.
Instructions
List issues for a repo.
Args: repo (required): owner/repo format. state: One of: open, closed, all. labels: Filter to issues with all of these labels. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | ||
| state | No | open | |
| effect | Yes | ||
| labels | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |