From b8f0330d2426e7534f5ba2155560d843271f67a2 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Fri, 21 Apr 2023 11:30:24 -0400 Subject: [PATCH] Re-add kodiak config --- .github/.kodiak.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/.kodiak.toml diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml new file mode 100644 index 000000000000000..64cff40c8b327b3 --- /dev/null +++ b/.github/.kodiak.toml @@ -0,0 +1,19 @@ +# .kodiak.toml +version = 1 + +[merge] +automerge_label = "ready to land" +require_automerge_label = false +method = "squash" +delete_branch_on_merge = true +optimistic_updates = true +prioritize_ready_to_merge = true +notify_on_conflict = false + +[merge.message] +title = "pull_request_title" +body = "pull_request_body" +include_coauthors= true +include_pr_number = true +body_type = "markdown" +strip_html_comments = true \ No newline at end of file