Skip to main content

create_pr

Function create_pr 

Source
pub fn create_pr(
    repo_root: &Path,
    title: &str,
    body: &str,
    author: &str,
    head: &str,
    base: &str,
    labels: Vec<String>,
) -> Result<PullRequest, LitError>
Expand description

Create a new pull request