module

GitHub::REST::WorkflowRuns

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

Instance methods

cancel_workflow(owner : String, repository : String, run_id : String) : Nil
Source
get_workflow_run(owner : String, repository : String, run_id : String) : WorkflowRun::WorkflowRunData
Source
list_repository_workflow_runs(owner : String, repository : String) : WorkflowRun
Source
list_workflow_run_logs

TODO

Source
list_workflow_runs(owner : String, repository : String, workflow_id : String) : WorkflowRun
Source
rerun_workflow(owner : String, repository : String, run_id : String) : Nil
Source