githubActionsWorkflowRuns
Returns a GitHub actions workflow run page.
githubActionsWorkflowRuns(source: GitHubRequestSource!, codebaseRepositoryId: ID, branch: String, workflowId: ID, first: Int, after: String): GitHubActionsWorkflowRunPage!Arguments
The source used to filter or perform the operation.
Identifier of the codebase repository. Omit it to leave this dimension unfiltered.
The branch used to filter or perform the operation. Omit it to leave this dimension unfiltered.
Identifier of the workflow. Omit it to leave this dimension unfiltered.
Maximum number of records to return. Defaults to 25.
Cursor or identifier after which to return records. Omit it to leave this dimension unfiltered.
Returns
Items associated with this GitHub actions workflow run page.
Repositories associated with this GitHub actions workflow run page.
Repository errors associated with this GitHub actions workflow run page.
Whether this GitHub actions workflow run page has next page.
The end cursor associated with this GitHub actions workflow run page. May be null when unavailable or not applicable.