Skip to content

Commit

Permalink
chore: add kodiak
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Oct 19, 2023
1 parent 14abbd9 commit 545423c
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 545423c

Please sign in to comment.