pub fn format_pr_name_with_metadata(
format: &str,
metadata: &PrMetadata,
) -> StringExpand description
Expand all placeholders in format using metadata.
Supported placeholders: {number}, {title}, {author}, {branch}.
Title, author, and branch values are sanitized for use in branch/directory names.