github_list_pull_requests
List pull requests in a GitHub repository, filtering by state or author to quickly assess review status and identify pending changes.
Instructions
List pull requests for a repo.
Args: repo (required): owner/repo format. state: One of: open, closed, all. author: Filter to PRs by this username. 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 | |
| author | No | ||
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |