Skip to content

Instantly share code, notes, and snippets.

@laymonage
Created November 8, 2024 21:10
Show Gist options
  • Save laymonage/5d79156e7a45a09d16f955c7af1fc906 to your computer and use it in GitHub Desktop.
Save laymonage/5d79156e7a45a09d16f955c7af1fc906 to your computer and use it in GitHub Desktop.
GitHub checks summary
query {
repository(owner: "django", name: "django") {
pullRequest(number: 18780) {
statusCheckRollup {
state
contexts(first: 100) {
totalCount
checkRunCountsByState {
count
state
}
statusContextCountsByState {
count
state
}
nodes {
... on CheckRun {
name
status
conclusion
}
... on StatusContext {
state
context
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment