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

retry when merging #808

Closed chdsbd closed 2 years ago

chdsbd commented 2 years ago

If we get an error when making an API request, we generally return none.

If we're merging a PR, we should retry instead of returning early in this case.

chdsbd commented 2 years ago

I've already deployed this to production