github_list_prs
Retrieve pull requests from a GitHub repository to analyze code changes and review status. Filter by state to focus on specific PRs.
Instructions
List pull requests for a given GitHub repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | Yes | Repository name in format owner/repo | |
| status | No | Filter by state: opened, closed, merged, all | opened |