Quick Start
Install the GitHub app
Create a
.kodiak.tomlfile in the root of your repository with the following contents# .kodiak.toml # Minimal config. version is the only required field. version = 1Configure 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
automergelabel and let Kodiak do the rest! 🎉
If you have any questions please review our help page.