Skip to main content

format_pr_name

Function format_pr_name 

Source
pub fn format_pr_name(format: &str, pr_number: u32) -> String
Expand description

Format a PR worktree name using the format string

Replaces {number} placeholder with the PR number.