chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs

Home Page:https://kodiakhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sort checkSuites or checkRuns by creation date

chdsbd opened this issue · comments

While the GitHub API returns these ordered by creation date, they suggest sorting by creation date to be sure.

checkSuites(first: 100) {
nodes {
checkRuns(first: 100) {
nodes {
name
conclusion
}
}
}
}