kodiak icon indicating copy to clipboard operation
kodiak copied to clipboard

🔮 A bot to automatically update and merge GitHub PRs

Results 82 kodiak issues
Sort by recently updated
recently updated
newest added

Some dependency updates require manual review before merge, while others should auto merge. For example, we might allow "dependency-alpha" updates automatically, but require "dependency-beta" updates to be reviewed manually. We...

enhancement

TLDR: Similar to `priority_merge_label` but `low_priority_merge_label`, where a PR is scheduled last. This is useful for bots PRs, where we want them to always come after humans' PRs. > Found...

enhancement

We have encountered an issue where Kodiak does not recognize the branch protection rules applied to our ``release/30.1.0`` branch. Specifically, even though we have branch protection enabled, Kodiak is behaving...

bug

Github now supports rule sets feature which is more flexible alternative to classic branch protection rules. Currently Kodiak doesn't support them, requires creating old style branch protection rule and doesn't...

enhancement