Skip to content

Commit

Permalink
ci(kodiak): setup Kodiak bot
Browse files Browse the repository at this point in the history
  • Loading branch information
zainfathoni committed Jun 12, 2022
1 parent d3c7e5d commit 184e892
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# docs: https://kodiakhq.com/docs/config-reference
version = 1

[merge]

# docs: https://kodiakhq.com/docs/config-reference#mergedelete_branch_on_merge
# Once a PR is merged, delete the branch. This option behaves like the GitHub
# repository setting "Automatically delete head branches", which automatically
# deletes head branches after pull requests are merged.
delete_branch_on_merge = true

# docs: https://kodiakhq.com/docs/recipes#better-merge-messages
[merge.message]
title = "pull_request_title"
include_pr_number = true

# docs: https://kodiakhq.com/docs/recipes#adding-pull-request-approvals-to-dependabot-pull-requests
[approve]
# note: remove the "[bot]" suffix from GitHub Bot usernames.
# Instead of "dependabot[bot]" use "dependabot".
auto_approve_usernames = ["allcontributors", "zainfathoni"]

0 comments on commit 184e892

Please sign in to comment.