mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
final commit
This commit is contained in:
@ -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:
|
||||||
|
Reference in New Issue
Block a user