mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
files walkthrough bullets
This commit is contained in:
parent
e37daf6987
commit
fed1c160eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue