Skip to content

Commit f779f10

Browse files
authored
Re-add kodiak config (#48672)
x-ref: [slack thread](https://vercel.slack.com/archives/C04DUD7EB1B/p1682069797616589)
1 parent 8fd9a39 commit f779f10

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/.kodiak.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .kodiak.toml
2+
version = 1
3+
4+
[merge]
5+
automerge_label = "ready to land"
6+
require_automerge_label = false
7+
method = "squash"
8+
delete_branch_on_merge = true
9+
optimistic_updates = true
10+
prioritize_ready_to_merge = true
11+
notify_on_conflict = false
12+
13+
[merge.message]
14+
title = "pull_request_title"
15+
body = "pull_request_body"
16+
include_coauthors= true
17+
include_pr_number = true
18+
body_type = "markdown"
19+
strip_html_comments = true

0 commit comments

Comments
 (0)