gh pr list --search 'is:open label:bug'

Category: GitHub CLI

gh pr list --search 'is:open label:bug'

Search open PRs with a label via query

--search runs a GitHub search query with qualifiers like is:open, label:, and author: instead of using fixed filters. The query syntax mirrors the web UI's issue search box. Wrap the query in quotes so the shell does not split it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.