github.listWorkflowRuns lists runs across a repository or for one workflow.
automations/list-failed-github-runs.automation.ts
owner and repository. Optional filters are workflowId, actor, branch, checkSuiteId, created, event, headSha, status, and excludePullRequests. created uses GitHub date-search syntax. Pagination defaults to page 1 with 30 results. Returns each run’s id, html_url, status, and conclusion. Requires Actions read permission.