Add kodiak

This commit is contained in:
CrazyMax 2020-05-13 23:43:51 +02:00
parent 1723202839
commit 5067175657
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 15 additions and 0 deletions

15
.kodiak.toml Normal file
View File

@ -0,0 +1,15 @@
version = 1
[merge]
automerge_label = "automerge"
blacklist_title_regex = "^WIP.*"
method = "squash"
delete_branch_on_merge = true
block_on_reviews_requested = false
notify_on_conflict = true
optimistic_updates = true
[merge.message]
title = "pull_request_title"
include_pr_number = true
body_type = "markdown"