Skip to main content

transition_issue

Function transition_issue 

Source
pub async fn transition_issue<R: CommandRunner>(
    client: &GhClient<R>,
    issue_number: u32,
    from: &str,
    to: &str,
) -> Result<()>
Expand description

Transition an issue from one label to another in a single gh call.