mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
capitalize
This commit is contained in:
parent
a8c5ac10b6
commit
dbe772e708
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class PRCodeSuggestions:
|
||||||
for label, suggestions in suggestions_labels.items():
|
for label, suggestions in suggestions_labels.items():
|
||||||
num_suggestions=len(suggestions)
|
num_suggestions=len(suggestions)
|
||||||
# pr_body += f"""<tr><td><strong>{label}</strong></td>"""
|
# pr_body += f"""<tr><td><strong>{label}</strong></td>"""
|
||||||
pr_body += f"""<tr><td rowspan={num_suggestions}><strong>{label}</strong></td>\n"""
|
pr_body += f"""<tr><td rowspan={num_suggestions}><strong>{label.capitalize()}</strong></td>\n"""
|
||||||
# pr_body += f"""<td>"""
|
# pr_body += f"""<td>"""
|
||||||
# pr_body += f"""<details><summary>{len(suggestions)} suggestions</summary>"""
|
# pr_body += f"""<details><summary>{len(suggestions)} suggestions</summary>"""
|
||||||
# pr_body += f"""<table>"""
|
# pr_body += f"""<table>"""
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue