Skip to main content

create

Function create 

Source
pub fn create(title: &str) -> Result<String>
Expand description

Creates a GitHub pull request with the specified title.

ยงErrors

  • Title is empty or gh pr create fails.