gh pr edit 123 --remove-label 'wip'

Category: GitHub CLI

gh pr edit 123 --remove-label 'wip'

Remove a label from a pull request

--remove-label detaches the named label from the PR, for example clearing wip once the code is ready. Labels only match exact names, so confirm spelling with gh label list. Combine --add-label and --remove-label in one command to re-tag in a single call.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.