Skip to content

Commit 6c1edad

Browse files
committed
Update .kodiak.toml
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 6ec1e40 commit 6c1edad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/.kodiak.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
version = 1
22

33
[merge]
4+
method = "squash" # default: "merge"
45
delete_branch_on_merge = true # default: false
56
optimistic_updates = true # default: true
67
prioritize_ready_to_merge = true # default: false
78

89
[merge.message]
910
title = "pull_request_title" # default: "github_default"
10-
body = "pull_request_body" # default: "github_default"
11+
body = "github_default" # default: "github_default"
1112
strip_html_comments = true # default: false
1213

1314
[update]
1415
always = true # default: false
1516

1617
[approve]
17-
auto_approve_usernames = ["1gtm"]
18+
auto_approve_usernames = ["1gtm", "tamalsaha"]

0 commit comments

Comments
 (0)