List open pull requests for the current repo.

Section: Pull Requests Core

List pull requests

bash
bash
gh pr list
Explanation

List open pull requests for the current repo.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Pull Requests Core
List closed PRs
List pull requests by state.
OpenIn sheetbashsame section
View a PR
Show details for a pull request.
OpenIn sheetbashsame section
Create a PR interactively
Create a pull request.
OpenIn sheetbashsame section
Create PR with autofill
Autofill title and body from commits.
OpenIn sheetbashsame section
Create PR with explicit title/body
Create a pull request non-interactively.
OpenIn sheetbashsame section
Check out a PR
Fetch and switch to a pull request locally.
OpenIn sheetbashsame section