Skip to main content

create

Function create 

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

Creates a new GitHub issue with the specified title.

ยงErrors

  • Title is empty or gh issue create fails.