list_pull_requests
List pull requests for a Git repository. Retrieve PR numbers, titles, states, authors, descriptions, and branch details. Use to review PR status or avoid duplicate PR creation.
Instructions
Use this when you need to check existing PRs before creating a new one, or review PR status. Returns a JSON array of PR objects with number, title, state, author, description, head, and base branch. Requires 'owner' and 'name'. Optional: 'limit' (default 100). See also: create_pull_request, merge_pull_request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | ||
| name | Yes | ||
| limit | No |