Skip to main content

github_pr_create

Function github_pr_create 

Source
pub async fn github_pr_create(
    repo: &str,
    title: &str,
    head: &str,
    base: &str,
    body: Option<&str>,
    draft: bool,
) -> Result<String>