Fix .kodiak.toml

This commit is contained in:
Brandon Simmons 2020-08-13 12:43:36 -04:00
parent 67ccdd6e76
commit 3b2dd93589

View File

@ -30,7 +30,7 @@ require_automerge_label = true
blocking_title_regex = "" # default: "^WIP:.*", options: "" (disables regex), a regex string (e.g. ".*DONT\s*MERGE.*")
# Kodiak will not merge a PR with any of these labels.
blocking_labels = ["s/do-not-merge", "s/wip"][] # default: []
blocking_labels = ["s/do-not-merge", "s/wip"] # default: []
# Choose merge method for Kodiak to use.
#