pub(crate) fn format_pr(pr: &PullRequest) -> StringExpand description
Format concise identifying PR fields for log / status lines.
Builds a single colorized string containing number, quoted title, and debug formatting of the author object.
ยงRationale
Central helper avoids duplicating formatting order and styling decisions.