/kodiak

🔮 A bot to automatically update and merge GitHub PRs

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

kodiak CircleCI

A GitHub bot to automatically update and merge GitHub PRs

Kodiak automates your GitHub workflow:

  • Simple & Configurable — a simple configuration file with smart defaults will get you started in minutes
  • Update — update your branches automatically
  • Merge — use Kodiak's simple configuration with GitHub Branch Protection to merge pull requests automatically
  • Delete — remove your old branches automatically

Configure Kodiak to automate your workflow in minutes!

Installation

Kodiak is available through the GitHub Marketplace.

install

If you'd rather run Kodiak yourself, check out the self hosting page in our docs.

Helpful Links:

💸 Sponsoring

Using Kodiak for your commercial project?

Support Kodiak with GitHub Sponsors to help cover server costs and support development.

Contributing

Feel free to file feature requests, bug reports, help requests through the issue tracker.

If you'd like to add a feature, fix a big, update the docs, etc, take a peek at our contributing guide.

Project Layout

This repository contains multiple services that make up Kodiak. The GitHub App which receives webhook events from GitHub and operates of pull requests is stored at bot/. The web API powering the Kodiak dashboard (WIP) is stored at web_api/ and the Kodiak dashboard frontend (WIP) that talks to the web api is stored at web_ui/.