Skip to content

.github/.kodiak.toml and partial commit signature support

Compare
Choose a tag to compare
@chdsbd chdsbd released this 13 Jan 04:32
· 430 commits to master since this release

Added

  • add support for placing .kodiak.toml at .github/.kodiak.toml.

Changed

  • updated warnings to allow commit signature branch protection setting when "merge" is configured as Kodiak's merge method. Kodiak is able to create signatures for merge commits, but not for squash and rebase merge methods (GitHub limitation).

Fixed

  • add handling to support reviews created by bots. A bot is not compatible with user API endpoints, so when a bot review was added Kodiak would fail when evaluating permissions on the bot.