kodiak
kodiak copied to clipboard
🔮 A bot to automatically update and merge GitHub PRs
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...
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...
related: #688
fixes #893
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...
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...