files walkthrough bullets

This commit is contained in:
mrT23
2023-11-06 08:43:15 +02:00
parent e37daf6987
commit fed1c160eb

View File

@ -248,7 +248,7 @@ class PRDescription:
for file in value:
filename = file['filename'].replace("'", "`")
description = file['changes in file']
pr_body += f'`{filename}`: {description}\n'
pr_body += f'- `{filename}`: {description}\n'
if self.git_provider.is_supported("gfm_markdown"):
pr_body +="</details>\n"
else: