diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 1e5c652aa..c7923d16e 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -42,7 +42,7 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str: "General suggestions": "💡", "Insights from user's answers": "📝", "Code feedback": "🤖", - "Estimated effort to review": "⏱️", + "Estimated effort to review [1-5]": "⏱️", } for key, value in output_data.items():