Skip to content

Commit

Permalink
Re-add kodiak config
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Apr 21, 2023
1 parent abbf352 commit b8f0330
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/.kodiak.toml
@@ -0,0 +1,19 @@
# .kodiak.toml
version = 1

[merge]
automerge_label = "ready to land"
require_automerge_label = false
method = "squash"
delete_branch_on_merge = true
optimistic_updates = true
prioritize_ready_to_merge = true
notify_on_conflict = false

[merge.message]
title = "pull_request_title"
body = "pull_request_body"
include_coauthors= true
include_pr_number = true
body_type = "markdown"
strip_html_comments = true

0 comments on commit b8f0330

Please sign in to comment.