list_pull_requests
Retrieve and filter pull requests in a GitHub repository by owner, repo, state, branch, or sort criteria to streamline project management tasks.
Instructions
List pull requests in a GitHub repository with filtering options
Input Schema
Name | Required | Description | Default |
---|---|---|---|
base | No | Filter by base branch | |
direction | No | Sort direction | |
head | No | Filter by head branch | |
owner | Yes | Repository owner (username or organization) | |
page | No | Page number | |
per_page | No | Results per page | |
repo | Yes | Repository name | |
sort | No | Sort field | |
state | No | Pull request state |