list_pull_requests
Retrieve and review pull requests from a Gitopia repository to check existing PRs before creating new ones or monitor PR status.
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 |