From 545423c93bff0e11adb7656ad51c5fc16cfa7ca8 Mon Sep 17 00:00:00 2001 From: shadcn Date: Thu, 19 Oct 2023 21:12:17 +0400 Subject: [PATCH] chore: add kodiak --- .kodiak.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .kodiak.toml diff --git a/.kodiak.toml b/.kodiak.toml new file mode 100644 index 00000000000..bbfdb22584e --- /dev/null +++ b/.kodiak.toml @@ -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