retryGitHubPipeline
Retries a GitHub pipeline and returns a GitHub pipeline.
retryGitHubPipeline(repositoryId: ID!, checkSuiteId: ID!, source: GitHubRequestSource!): GitHubPipeline!Arguments
Identifier of the repository.
Identifier of the check suite.
The source used to filter or perform the operation.
Returns
Stable identifier for this GitHub pipeline.
Display name of this GitHub pipeline.
Current status of this GitHub pipeline.
URL for this GitHub pipeline. May be null when unavailable or not applicable.
Identifier of the related check suite. May be null when unavailable or not applicable.
Whether this GitHub pipeline can retry.
The retry unavailable reason associated with this GitHub pipeline. May be null when unavailable or not applicable.
Jobs associated with this GitHub pipeline.
Identifier of the related workflow run. May be null when unavailable or not applicable.
Identifier of the related workflow. May be null when unavailable or not applicable.
The run number associated with this GitHub pipeline. May be null when unavailable or not applicable.
The run attempt associated with this GitHub pipeline. May be null when unavailable or not applicable.