chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

sort checkSuites or checkRuns by creation date #693

Open chdsbd opened 2 years ago

chdsbd commented 2 years ago

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

https://github.com/chdsbd/kodiak/blob/9285f78e61a2451142d760b7db7c488fc2cf6656/bot/kodiak/queries/__init__.py#L192-L201