Skip to content

Commit

Permalink
Merge pull request #234 from vercel:chore/auto-merge-label
Browse files Browse the repository at this point in the history
Better Kodiak settings
  • Loading branch information
jaredpalmer authored Dec 13, 2021
2 parents 6811734 + cafe3d1 commit dfad54f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/.kodiak.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
version = 1

[merge]
automerge_label = "ready to land"
require_automerge_label = false
automerge_label = "pr: automerge"
blacklist_title_regex = "^WIP.*"
blacklist_labels = ["pr: work in progress", "pr: on hold"]
method = "squash"
delete_branch_on_merge = true
optimistic_updates = true
Expand Down

1 comment on commit dfad54f

@vercel
Copy link

@vercel vercel bot commented on dfad54f Dec 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.