From d9155bce35f5d1c13c598e14f0c40045ee5eaf8b Mon Sep 17 00:00:00 2001 From: 7w1 Date: Mon, 9 Mar 2026 17:44:08 -0500 Subject: [PATCH] Comment out pull_request.title in knope.toml Comment out the pull_request.title configuration. --- knope.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/knope.toml b/knope.toml index 1af99b17..f18550d8 100644 --- a/knope.toml +++ b/knope.toml @@ -42,7 +42,7 @@ repo = "Sable" [bot.releases] enabled = true -pull_request.title = "$version changelog" +#pull_request.title = "$version changelog" [bot.checks] skip_labels = ["internal"] @@ -50,4 +50,4 @@ skip_labels = ["internal"] [release_notes] change_templates = [ "* $summary", -] \ No newline at end of file +]