module GitHub::REST::WorkflowRuns

Overview

This module is specifically for interacting with the WorkflowRuns endpoints GitHub offers us to use. see GitHub WorkflowRuns endpoints

Direct including types

Defined in:

githubcr/rest.cr

Instance Method Summary

Instance Method Detail

def cancel_workflow(owner : String, repository : String, run_id : String) : Nil #

[View source]
def get_workflow_run(owner : String, repository : String, run_id : String) : WorkflowRun::WorkflowRunData #

[View source]
def list_repository_workflow_runs(owner : String, repository : String) : WorkflowRun #

[View source]
def list_workflow_run_logs #

TODO


[View source]
def list_workflow_runs(owner : String, repository : String, workflow_id : String) : WorkflowRun #

[View source]
def rerun_workflow(owner : String, repository : String, run_id : String) : Nil #

[View source]