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

fix(bot): error parsing response with no commits #832

Closed sbdchd closed 1 year ago

sbdchd commented 1 year ago

Sometimes PRs don't have any commits and Kodiak would fail to parse the response.

Now we gracefully handle this.