-
-
Save SuperSandro2000/44cb8491b54612ca29cc92d9d0263763 to your computer and use it in GitHub Desktop.
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 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