Skip to content

Commit

Permalink
feat: add kokiak.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 11, 2025
1 parent b27abf4 commit 87fce78
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .kodiak.toml
version = 1

[merge]
automerge_label = "automerge"
require_automerge_label = true
method = "squash"
delete_branch_on_merge = true
optimistic_updates = false
prioritize_ready_to_merge = true
notify_on_conflict = true

[merge.message]
title = "pull_request_title"
body = "pull_request_body"
include_pr_number = true
body_type = "markdown"
strip_html_comments = true

0 comments on commit 87fce78

Please sign in to comment.