Types
SaveGitHubAutoRetryRuleInput
Values used to save a GitHub auto retry rule.
input
SaveGitHubAutoRetryRuleInputFields
id
ID
Identifier of the save GitHub auto retry rule to affect.
scope
required
The scope to use for the request.
codebaseRepositoryId
ID!
required
Identifier of the codebase repository to use.
repositoryGithubId
ID
Identifier of the repository GitHub to use.
worktreeId
ID
Identifier of the worktree to use.
branch
String
The branch to use for the request.
pullRequestNumber
Int
The pull request number to use for the request.
allWorkflows
Boolean!
required
Whether all workflows applies to the request.
mode
required
The mode to use for the request.
retryLimit
Int
The retry limit to use for the request.
failureStrategy
required
The failure strategy to use for the request.
targets
required
Targets to use for the request.