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

kodiak will not merge with dont_wait_on_status_checks if the check takes too long

alita-moore opened this issue · comments

I have a workflow that takes roughly 10 minutes to run and pass. For some reason this PR ethereum/EIPs#4700 passed the required tests and kodiak did not update the fact that they had passed until I added a label to the PR. I tried to recreate by having a check that waited 10 min on my private repo alita-moore/EIPs#415 but it responded correctly.

Any ideas what is causing this? Ideally this would work everytime