Skip to content
Snippets Groups Projects
Unverified Commit e0245a5c authored by Diego Sampaio's avatar Diego Sampaio Committed by GitHub
Browse files

Chore: Make kodiak merge message empty (#26069)

parent 016584b5
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,11 @@ block_on_neutral_required_check_runs = true
blocking_labels = ["stat: needs QA", "Invalid PR Title"]
prioritize_ready_to_merge = true
[merge.message]
title = "pull_request_title" # default: "github_default"
body = "pull_request_body" # default: "github_default"
title = "pull_request_title"
body = "empty"
include_coauthors=true
[merge.automerge_dependencies]
versions = ["minor", "patch"]
usernames = ["dependabot"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment