Skip to main content

update_issue

Function update_issue 

Source
pub async fn update_issue(
    token: &str,
    owner: &str,
    repo: &str,
    number: u64,
    input: UpdateIssueInput,
) -> Result<GithubIssue, String>