chore: add kodiak (#1745)

* add: kodiak

* add: notify_on_conflict and move to .github
This commit is contained in:
Zakaria El Asri
2022-06-30 09:59:50 +01:00
committed by GitHub
parent 9018d270be
commit 5077cdf0da

20
.github/.kodiak.toml vendored Normal file
View File

@@ -0,0 +1,20 @@
#.kodiak.toml
version = 1
[merge]
automerge_label = "automerge"
require_automerge_label = true
blocking_labels = ["on hold", "wip", "blocked"]
method = "squash"
delete_branch_on_merge = true
optimistic_updates = false
prioritize_ready_to_merge = true
notify_on_conflict = true
[merge.message]
title = "pull_request_title"
body = "pull_request_body"
include_coauthors= true
include_pr_number = true
body_type = "markdown"
strip_html_comments = true