From 4dc970bac6daecdc1d7481754127298dade61b6e Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Thu, 23 Jan 2025 03:52:39 +0000 Subject: [PATCH] add --- custom/conf/app.example.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 8e64c834d7373..3c86f8388c750 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1126,6 +1126,9 @@ LEVEL = Info ;; In default merge messages only include approvers who are official ;DEFAULT_MERGE_MESSAGE_OFFICIAL_APPROVERS_ONLY = true ;; +;; In default squash-merge messages include the commit message of all commits comprising the pull request. +;POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES = false +;; ;; Add co-authored-by and co-committed-by trailers if committer does not match author ;ADD_CO_COMMITTER_TRAILERS = true ;;