We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec1e40 commit 6c1edadCopy full SHA for 6c1edad
.github/.kodiak.toml
@@ -1,17 +1,18 @@
1
version = 1
2
3
[merge]
4
+method = "squash" # default: "merge"
5
delete_branch_on_merge = true # default: false
6
optimistic_updates = true # default: true
7
prioritize_ready_to_merge = true # default: false
8
9
[merge.message]
10
title = "pull_request_title" # default: "github_default"
-body = "pull_request_body" # default: "github_default"
11
+body = "github_default" # default: "github_default"
12
strip_html_comments = true # default: false
13
14
[update]
15
always = true # default: false
16
17
[approve]
-auto_approve_usernames = ["1gtm"]
18
+auto_approve_usernames = ["1gtm", "tamalsaha"]
0 commit comments