From c0511c954e7b602d1b91f4203f4553f8fb535460 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 17 Sep 2023 17:08:02 +0300 Subject: [PATCH] icon --- 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 1e5c652a..c7923d16 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():