feat: Update PR prompts in toml files to enhance readability and consistency

This commit is contained in:
mrT23
2023-11-26 08:17:16 +02:00
parent b3238e90f2
commit d7df4287f8
7 changed files with 41 additions and 10 deletions

View File

@ -81,7 +81,9 @@ Main PR language: '{{ language }}'
{%- if commit_messages_str %}
Commit messages:
{{commit_messages_str}}
'
{{ commit_messages_str }}
'
{%- endif %}