Skip to content

Commit

Permalink
Add kodiak
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 13, 2020
1 parent 1723202 commit 5067175
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5067175

Please sign in to comment.