kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

kodiak closed a PR without reason?

Open staabm opened this issue 4 years ago • 1 comments

in one of our url repositories we have a draft PR in which development is still ongoing. https://github.com/complex-gmbh/php-clx-symplify/pull/64

grafik

kodiak closed this PR, and I don't see a reason why this happend.

staabm avatar Nov 12 '21 09:11 staabm

I wonder if Kodiak evaluated PR 58 and deleted the branch because it's the same name as used by that PR (clxmstaab-patch-2).

(edit: this shouldn't really happen because we do an API check for dependent PRs, but the GitHub API is kind of eventually consistent

https://github.com/chdsbd/kodiak/blob/9dce1bccf95b48afa552ec179477a47eaae7dc83/bot/kodiak/evaluation.py#L802-L803

)

One workaround could be to use GitHub's built in "delete branch on merge" setting.

chdsbd avatar Nov 12 '21 13:11 chdsbd