Skip to content

Commit

Permalink
files walkthrough bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Nov 6, 2023
1 parent 138e498 commit c8768d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def _prepare_pr_answer(self) -> Tuple[str, str]:
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:
Expand Down

0 comments on commit c8768d6

Please sign in to comment.