shlogg · Early preview
Ramu Narasinga @karthik-m22

Automate GitHub PRs With Kodiak: Auto Approve, Merge & Update

Kodiak automates GitHub Pull Requests with auto update, merge & bot collaboration features. Check out its quick start guide and configuration reference for more info.

In this article, we analyze kodiak.toml found in tRPC source code.

  
  
  Kodiak

Automate your GitHub Pull Requests using Kodiak

Auto Update — Keep your PRs up to date with master automatically
Auto Merge — Add the automerge label to auto merge once CI and Approvals pass.
Bot Collaboration — Combine Kodiak with a dependency bot (dependabot, snyk, greenskeeper.io) to automate updating of dependencies

When you visit kodiak’s website, you will find that Kodiak is a tool that
automates Github pull requests.
Check out its quick start guide.
  
  
  kodiak.yaml in trpc repository:

The below co...