Is there a way to make a default merge commit message in all projects including the newly created ones in a group instead of manually changing it per project?
I want my default merge commit message to include my previous commit description/body.
Merge branch '%{source_branch}' into '%{target_branch}'
%{title} - %{description}
%{issues}
See merge request %{reference}
Gitlab Commit message template This link only tells me to do it by project.