mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
key
This commit is contained in:
parent
d77a819d92
commit
35b1f5e747
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ def convert_to_markdown_v2(output_data: dict,
|
|||
return ""
|
||||
|
||||
if get_settings().get("pr_reviewer.enable_intro_text", False):
|
||||
markdown_text += f"Here are some relevant observations to aid the review process:\n\n"
|
||||
markdown_text += f"Here are some key observations to aid the review process:\n\n"
|
||||
|
||||
if gfm_supported:
|
||||
markdown_text += "<table>\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue