Skip to main content
MUTATION
setGitHubAutoRetryRuleEnabled(id: ID!, enabled: Boolean!): GitHubAutoRetryRule!

Arguments

id
ID!
required

Identifier of the resource to return or affect.

enabled
Boolean!
required

Whether enabled applies to the operation.

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.

Mutation
Variables
Response