Skip to content

Commit

Permalink
Chore: Testing Kodiak feature (#25794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Jun 8, 2022
1 parent 6c3b3b4 commit e675d52
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .kodiak.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# .kodiak.toml
version = 1


merge.automerge_label = ["stat: ready to merge", "QA tested"]

[merge.message]
title = "pull_request_title" # default: "github_default"
body = "pull_request_body" # default: "github_default"
[merge.automerge_dependencies]
versions = ["minor", "patch"]
usernames = ["dependabot"]

[merge]
method = "squash"
[message]
include_coauthors=true

0 comments on commit e675d52

Please sign in to comment.