Skip to content

chore: Setup kodiak #295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2022
Merged

chore: Setup kodiak #295

merged 2 commits into from
Jan 10, 2022

Conversation

mraerino
Copy link
Contributor

@mraerino mraerino commented Jan 7, 2022

Kodiak helps us with merging PRs in order. Read more: https://kodiakhq.com/

We have this same config on a lot of other repos.

@mraerino mraerino added the type: chore work needed to keep the product and development running smoothly label Jan 7, 2022
@mraerino mraerino self-assigned this Jan 7, 2022
@mraerino mraerino requested a review from a team as a code owner January 7, 2022 19:51
@@ -0,0 +1,4 @@
version = 1
merge.blocking_labels = ["WIP", "blocked"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these labels will block a PR from being automerged by kodiak

@@ -0,0 +1,4 @@
version = 1
merge.blocking_labels = ["WIP", "blocked"]
merge.notify_on_conflict = false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is mostly so kodiak doesn't remove the automerge on conflicts. mostly useful for dependency updates where the update bot will resolve the conflict.

version = 1
merge.blocking_labels = ["WIP", "blocked"]
merge.notify_on_conflict = false
approve.auto_approve_usernames = ["renovate"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRs from these names will be approved by kodiak
this means you can batch-assign automerge in the PR overview for these PRs to merge together.

@mraerino mraerino enabled auto-merge (squash) January 7, 2022 20:16
@mraerino mraerino merged commit 2972bf4 into main Jan 10, 2022
@mraerino mraerino deleted the chore/kodiak branch January 10, 2022 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants