Types
GitHubPipelineStatusSnapshot
Represents a GitHub pipeline status snapshot in the GraphQL API.
object
GitHubPipelineStatusSnapshotFields
repositoryGithubId
ID!
Identifier of the related repository GitHub.
repositoryNameWithOwner
String!
The repository name with owner associated with this GitHub pipeline status snapshot.
repositoryUrl
String!
URL for this GitHub pipeline status snapshot.
headSha
String!
Git commit SHA associated with this GitHub pipeline status snapshot.
pipelineStatus
The pipeline status associated with this GitHub pipeline status snapshot.
pipelines
[GitHubPipeline!]!
Pipelines associated with this GitHub pipeline status snapshot.
revision
Int!
The revision associated with this GitHub pipeline status snapshot.
updatedAt
String!
ISO 8601 timestamp when this GitHub pipeline status snapshot was last updated.