Skip to main content
QUERY
githubWorktreeWorkflowRuns(worktreeId: ID!): [GitHubActionsWorkflowRun!]!

Arguments

worktreeId
ID!
required

Identifier of the worktree.

id
ID!

Stable identifier for this GitHub actions workflow run.

workflowId
ID!

Identifier of the related workflow.

repositoryGithubId
ID!

Identifier of the related repository GitHub.

codebaseRepositoryId
ID!

Identifier of the related codebase repository.

repositoryNameWithOwner
String!

The repository name with owner associated with this GitHub actions workflow run.

repositoryUrl
String!

URL for this GitHub actions workflow run.

name
String!

Display name of this GitHub actions workflow run.

displayTitle
String!

The display title associated with this GitHub actions workflow run.

runNumber
Int!

The run number associated with this GitHub actions workflow run.

runAttempt
Int!

The run attempt associated with this GitHub actions workflow run.

event
String!

The event associated with this GitHub actions workflow run.

Current status of this GitHub actions workflow run.

url
String!

URL for this GitHub actions workflow run.

headBranch
String

Git branch associated with this GitHub actions workflow run. May be null when unavailable or not applicable.

headSha
String!

Git commit SHA associated with this GitHub actions workflow run.

checkSuiteId
ID

Identifier of the related check suite. May be null when unavailable or not applicable.

canRetry
Boolean!

Whether this GitHub actions workflow run can retry.

The retry unavailable reason associated with this GitHub actions workflow run. May be null when unavailable or not applicable.

pullRequests

Pull requests associated with this GitHub actions workflow run.

jiraKey
String

The Jira key associated with this GitHub actions workflow run. May be null when unavailable or not applicable.

worktreeId
ID

Identifier of the related worktree. May be null when unavailable or not applicable.

worktreeHighlightColor
String

The worktree highlight color associated with this GitHub actions workflow run. May be null when unavailable or not applicable.

startedAt
String!

ISO 8601 timestamp when this GitHub actions workflow run started.

createdAt
String!

ISO 8601 timestamp when this GitHub actions workflow run was created.

updatedAt
String!

ISO 8601 timestamp when this GitHub actions workflow run was last updated.

Query
Variables
Response