-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3c7e5d
commit 184e892
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |