How to list pull requests with exclude label · cli/cli · Discussion #4142
Replies: 1 comment 1 reply
Comment options
You can use the search flag to be able to use any search condition that you can also do on the web: gh pr list --search "-label:<label>"
You must be logged in to vote
1 reply
Comment options
It works. Thank you.
Answer selected by wingyplus