mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-14 23:00:33 +00:00
Add kodiak
This commit is contained in:
parent
1723202839
commit
5067175657
1 changed files with 15 additions and 0 deletions
15
.kodiak.toml
Normal file
15
.kodiak.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue