mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
final commit
This commit is contained in:
parent
e351428848
commit
7d2a35e32c
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ class PRDescription:
|
||||||
pr_body += """<tbody>"""
|
pr_body += """<tbody>"""
|
||||||
for semantic_label in value.keys():
|
for semantic_label in value.keys():
|
||||||
s_label = semantic_label.strip("'").strip('"')
|
s_label = semantic_label.strip("'").strip('"')
|
||||||
pr_body += f"""<tr><td><strong>{s_label}</strong></td>"""
|
pr_body += f"""<tr><td><strong>{s_label.capitalize()}</strong></td>"""
|
||||||
list_tuples = value[semantic_label]
|
list_tuples = value[semantic_label]
|
||||||
pr_body += f"""<td><details><summary>{len(list_tuples)} files</summary><table>"""
|
pr_body += f"""<td><details><summary>{len(list_tuples)} files</summary><table>"""
|
||||||
for filename, file_change_description in list_tuples:
|
for filename, file_change_description in list_tuples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue