Update .kodiak.toml
This commit is contained in:
parent
78fb2eb21e
commit
e72fc880ce
2 changed files with 18 additions and 3 deletions
18
.github/.kodiak.toml
vendored
Normal file
18
.github/.kodiak.toml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
version = 1
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
method = "squash" # default: "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 = "github_default" # default: "github_default"
|
||||||
|
strip_html_comments = true # default: false
|
||||||
|
|
||||||
|
[update]
|
||||||
|
always = true # default: false
|
||||||
|
|
||||||
|
[approve]
|
||||||
|
auto_approve_usernames = ["hossainemruz"]
|
|
@ -1,3 +0,0 @@
|
||||||
# .kodiak.toml
|
|
||||||
# Minimal config. version is the only required field.
|
|
||||||
version = 1
|
|
Loading…
Add table
Add a link
Reference in a new issue