What's wrong with this entry?
Anonymous. No account, no email.
What
PR view commands now include the state field in addition to existing fields.
Details
gh pr view --jsonnow fetches:number,url,reviewDecision,isDraft,headRefName,state- Previously only fetched:
number,url,reviewDecision,isDraft,headRefName - Enables better PR status detection (open, closed, merged)
Evidence
GH command at line 578119 (contains "number,url,reviewDecision,isDraft,headRefName,state")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.