Skip to content

Commit

Permalink
Add automerge config (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle authored Aug 8, 2019
1 parent 65a9693 commit 88709e0
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 88709e0

Please sign in to comment.