Interface GitHubWorkflowRunsResponse

API response envelope for listing workflow runs.

interface GitHubWorkflowRunsResponse {
    total_count: number;
    workflow_runs: GitHubWorkflowRun[];
}

Properties

total_count: number

Total number of workflow runs matching the query

workflow_runs: GitHubWorkflowRun[]

The workflow runs on the current page