Skip to content

Commit

Permalink
Enable Kodiak bot (#8096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Jul 25, 2019
1 parent 6421d68 commit 31385fe
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version = 1

[merge]
automerge_label = "lgtm"
require_automerge_label = false
blacklist_title_regex = "^WIP.*"
blacklist_labels = ["hold"]
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"
body = "pull_request_body"
include_pr_number = true
body_type = "markdown"

0 comments on commit 31385fe

Please sign in to comment.