kodiak
kodiak copied to clipboard
🔮 A bot to automatically update and merge GitHub PRs
We have expensive build steps which we don't want to run on every commit. At the same time we want to run these build steps before merging, since they are...
Some repositories use GitHub Actions to dynamically create jobs based on what files changed. In that case, we can't set those checks to "required" because it would block PRs that...
While scanning the Kodiak Docker image with [Grype](https://github.com/anchore/grype), we noticed a significant amount of vulnerabilities. This PR upgrade the base image to the latest 3.7 image and use the slim...
We should retry all http errors when merging PRs. We should also report to Sentry for any weird behavior.
It'd be great if we could pause the queue and halt all kodiak merges via the dashboard (ideally per repo, but per org would be a good start). If we...
if the check is skipped instead of failed; see https://github.com/alita-moore/EIPs/pull/388 In this case the "greetings" was the only required check. But the bot kodiak still merged. It would be nice...
I'm aware you can already override some settings, like the merge method, by passing them on the automerge label, but would it be possible to have the overrides automatically picked...
I'm having an issue where I have two PRs PR A | required check 1 [passed] | required check 2 [passed] | kodiak [second in queue for merge] PR B...