mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Apply PrReviewTitles enum for algo utils file
This commit is contained in:
parent
3d60954167
commit
c185b7c610
1 changed files with 2 additions and 2 deletions
|
|
@ -90,9 +90,9 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool = True, increment
|
|||
}
|
||||
markdown_text = ""
|
||||
if not incremental_review:
|
||||
markdown_text += f"## PR Reviewer Guide 🔍\n\n"
|
||||
markdown_text += f"{PrReviewTitles.REGULAR} 🔍\n\n"
|
||||
else:
|
||||
markdown_text += f"## Incremental PR Reviewer Guide 🔍\n\n"
|
||||
markdown_text += f"{PrReviewTitles.INCREMENTAL} 🔍\n\n"
|
||||
markdown_text += f"⏮️ Review for commits since previous PR-Agent review {incremental_review}.\n\n"
|
||||
if gfm_supported:
|
||||
markdown_text += "<table>\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue