gk pr list
Show list of pull requests assigned to you
Synopsis
This command lists the open pull requests where you are the author or assignee. Pass –reviewer to also include pull requests where you are a requested reviewer. Available providers: github, github_enterprise, gitlab, gitlab_self_hosted. Bitbucket and Azure currently require a repository argument and are not supported in –all mode; their repo-scoped listings already surface PRs you might review, so –reviewer is ignored for those providers.
Examples: gk pr list github gk pr list github –reviewer gk pr list –all –json
gk pr list [flags]
Examples
pr list <provider>
Options
--all Fetch pull requests from all configured git providers
-h, --help help for list
--json Output as JSON
--reviewer Also include pull requests where you are a requested reviewer (supported by github, github_enterprise, gitlab, gitlab_self_hosted)
Options inherited from parent commands
--no-telemetry Disable telemetry (OTel spans, Sentry) for this invocation
SEE ALSO
- gk pr - Manage your pull requests