Skip to main content
QUERY
githubAutoRetryRules(codebaseRepositoryId: ID, workflowRunId: ID): [GitHubAutoRetryRule!]!

Arguments

codebaseRepositoryId
ID

Identifier of the codebase repository. Omit it to leave this dimension unfiltered.

workflowRunId
ID

Identifier of the workflow run. Omit it to leave this dimension unfiltered.

id
ID!

Stable identifier for this GitHub auto retry rule.

The scope associated with this GitHub auto retry rule.

codebaseRepositoryId
ID!

Identifier of the related codebase repository.

repositoryGithubId
ID

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

worktreeId
ID

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

branch
String

Git branch associated with this GitHub auto retry rule. May be null when unavailable or not applicable.

pullRequestNumber
Int

The pull request number associated with this GitHub auto retry rule. May be null when unavailable or not applicable.

allWorkflows
Boolean!

Whether the all workflows condition is true for this GitHub auto retry rule.

The mode associated with this GitHub auto retry rule.

retryLimit
Int

The retry limit associated with this GitHub auto retry rule. May be null when unavailable or not applicable.

The failure strategy associated with this GitHub auto retry rule.

Current status of this GitHub auto retry rule.

enabled
Boolean!

Whether this GitHub auto retry rule is enabled.

lastError
String

The last error associated with this GitHub auto retry rule. May be null when unavailable or not applicable.

Targets associated with this GitHub auto retry rule.

Executions associated with this GitHub auto retry rule.

createdAt
String!

ISO 8601 timestamp when this GitHub auto retry rule was created.

updatedAt
String!

ISO 8601 timestamp when this GitHub auto retry rule was last updated.

Query
Response