From c75fb2137b41f80d9f198f44d37d4749df6c181d Mon Sep 17 00:00:00 2001 From: Judy Date: Wed, 18 Jun 2025 13:04:14 +0900 Subject: [PATCH] =?UTF-8?q?style:=20replace=20todo=20emoji=20with=20?= =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 603f9a2f..44d2115e 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -143,7 +143,7 @@ def convert_to_markdown_v2(output_data: dict, "Focused PR": "✨", "Relevant ticket": "🎫", "Security concerns": "🔒", - "Todo sections": "✅", + "Todo sections": "📝", "Insights from user's answers": "📝", "Code feedback": "🤖", "Estimated effort to review [1-5]": "⏱️",