Skip to content

Commit

Permalink
Create .kodiak.toml (#523)
Browse files Browse the repository at this point in the history
Enable automerge label via kodiak
  • Loading branch information
styfle authored Mar 23, 2020
1 parent 51aef03 commit 132df88
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1

[merge]
automerge_label = "automerge"
blacklist_title_regex = "^WIP.*"
blacklist_labels = ["work in progress"]
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 132df88

Please sign in to comment.