github_get_pull_requests
Retrieve and filter a repository's pull requests by state, base branch, or head branch. Use it to review open, closed, or all PRs via the GitHub API.
Instructions
獲取 Pull Request 列表
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | 目標分支 | |
| head | No | 源分支 (格式: user:ref-name) | |
| state | No | Pull Request 狀態 | open |
| per_page | No | 每頁顯示數量 | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |