Quick Start
Install the GitHub app
Create a
.kodiak.toml
file in the root of your repository with the following contents# .kodiak.toml # Minimal config. version is the only required field. version = 1
Configure GitHub branch protection. Setup required status checks to prevent failing PRs from being merged.
Create an automerge label (default: "automerge")
Start auto merging PRs with Kodiak
Label your PRs with your
automerge
label and let Kodiak do the rest! 🎉
If you have any questions please review our help page.