-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: Setup kodiak #295
Conversation
@@ -0,0 +1,4 @@ | |||
version = 1 | |||
merge.blocking_labels = ["WIP", "blocked"] |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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"] |
There was a problem hiding this comment.
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.
Kodiak helps us with merging PRs in order. Read more: https://kodiakhq.com/
We have this same config on a lot of other repos.