Created
November 8, 2024 21:10
-
-
Save laymonage/5d79156e7a45a09d16f955c7af1fc906 to your computer and use it in GitHub Desktop.
GitHub checks summary
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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