Skip to main content

create_pr

Function create_pr 

Source
pub fn create_pr(
    title: &str,
    body: &str,
    base: &str,
) -> Result<String, CoreError>
Expand description

Create a PR using gh pr create. Returns the PR URL on success. base specifies the target branch for the PR (e.g., “main”).