We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340d9ec commit 594b835Copy full SHA for 594b835
custom/conf/app.example.ini
@@ -1129,6 +1129,9 @@ LEVEL = Info
1129
;; In default merge messages only include approvers who are official
1130
;DEFAULT_MERGE_MESSAGE_OFFICIAL_APPROVERS_ONLY = true
1131
;;
1132
+;; In default squash-merge messages include the commit message of all commits comprising the pull request.
1133
+;POPULATE_SQUASH_COMMENT_WITH_COMMIT_MESSAGES = false
1134
+;;
1135
;; Add co-authored-by and co-committed-by trailers if committer does not match author
1136
;ADD_CO_COMMITTER_TRAILERS = true
1137
0 commit comments