pub fn create_issue( repo_root: &Path, title: &str, body: &str, author: &str, labels: Vec<String>, ) -> Result<Issue, LitError>
Create a new issue