pub(crate) fn create_pr() -> Result<(), Error>Expand description
Prompts the selection of a branch and creates a pull request for the selected one.
ยงErrors
- If [
ytil_tui::git_branch::select] fails. - If
pr_title_from_branch_namefails. - If [
ytil_gh::pr::create] fails.