pub fn format_pr_name(format: &str, pr_number: u32) -> String
Format a PR worktree name using the format string
Replaces {number} placeholder with the PR number.
{number}