Update .kodiak.toml

This commit is contained in:
Emruz Hossain 2020-10-31 05:17:27 +06:00
parent 78fb2eb21e
commit e72fc880ce
2 changed files with 18 additions and 3 deletions

18
.github/.kodiak.toml vendored Normal file
View 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"]

View file

@ -1,3 +0,0 @@
# .kodiak.toml
# Minimal config. version is the only required field.
version = 1