From 42171a9c07344fa492399a89dfd8148f7313b42d Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Thu, 22 May 2025 10:44:33 +0800 Subject: [PATCH] fix: combine quote message not in default pipeline config --- templates/default-pipeline-config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default-pipeline-config.json b/templates/default-pipeline-config.json index ead811be..3b718726 100644 --- a/templates/default-pipeline-config.json +++ b/templates/default-pipeline-config.json @@ -16,6 +16,9 @@ "ignore-rules": { "prefix": [], "regexp": [] + }, + "misc": { + "combine-quote-message": true } }, "safety": {