pub async fn transition_issue<R: CommandRunner>( client: &GhClient<R>, issue_number: u32, from: &str, to: &str, ) -> Result<()>
Transition an issue from one label to another in a single gh call.