diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 6875347c..d7c31418 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -197,11 +197,10 @@ def convert_to_markdown_v2(output_data: dict, gfm_supported: bool = True, increm } markdown_text = "" if not incremental_review: - markdown_text += f"## PR Reviewer Guide 🔍\n\n" + markdown_text += f"{PRReviewHeader.REGULAR.value} 🔍\n\n" else: - markdown_text += f"## Incremental PR Reviewer Guide 🔍\n\n" + markdown_text += f"{PRReviewHeader.INCREMENTAL.value} 🔍\n\n" markdown_text += f"⏮️ Review for commits since previous PR-Agent review {incremental_review}.\n\n" - # if not output_data or not output_data.get('review', {}): # return "" @@ -253,8 +252,6 @@ def convert_to_markdown_v2(output_data: dict, gfm_supported: bool = True, increm else: # markdown_text += f"