Skip to content

Instantly share code, notes, and snippets.

@SuperSandro2000
Last active January 21, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SuperSandro2000/44cb8491b54612ca29cc92d9d0263763 to your computer and use it in GitHub Desktop.
Save SuperSandro2000/44cb8491b54612ca29cc92d9d0263763 to your computer and use it in GitHub Desktop.
query Query {
repository(name: "nixpkgs", owner: "NixOS") {
pullRequest(number: 110291) {
commits(last: 1) {
nodes {
commit {
checkSuites(last: 1) {
nodes {
checkRuns(filterBy: {checkType: LATEST, appId: 20500}, first: 10) {
nodes {
url
title
summary
name
detailsUrl
conclusion
checkSuite {
app {
slug
databaseId
}
}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment