From fc71aac33cc1e28d5edc06364ab203a19520e3c7 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Fri, 5 Jun 2020 03:50:16 -0700 Subject: [PATCH] Create .kodiak.toml Signed-off-by: Tamal Saha --- .github/.kodiak.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/.kodiak.toml diff --git a/.github/.kodiak.toml b/.github/.kodiak.toml new file mode 100644 index 000000000..7d7167603 --- /dev/null +++ b/.github/.kodiak.toml @@ -0,0 +1,17 @@ +version = 1 + +[merge] +delete_branch_on_merge = true # default: false +optimistic_updates = true # default: true +prioritize_ready_to_merge = true # default: false + +[merge.message] +title = "pull_request_title" # default: "github_default" +body = "pull_request_body" # default: "github_default" +strip_html_comments = true # default: false + +[update] +always = true # default: false + +[approve] +auto_approve_usernames = ["1gtm"]