1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00
notify/.kodiak.toml
2021-01-31 15:03:56 +01:00

15 lines
277 B
TOML

version = 1
[merge]
automerge_label = "automerge"
blacklist_title_regex = "^WIP.*"
method = "merge"
delete_branch_on_merge = true
notify_on_conflict = true
optimistic_updates = true
[merge.message]
title = "pull_request_title"
include_pr_number = true
body_type = "markdown"