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

15 lines
277 B
TOML
Raw Normal View History

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"