From 35b1f5e747e1b085d52e7d923cb9e07dd06ca8c2 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 29 Sep 2024 07:23:34 +0300 Subject: [PATCH] key --- pr_agent/algo/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index d0a354a1..9e12d8a1 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -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 += "\n"