From bab8ee96334b87e8c6d4bd65b0c552bf200bd2f0 Mon Sep 17 00:00:00 2001 From: Judy Date: Tue, 27 May 2025 16:08:33 +0900 Subject: [PATCH] modify: ToDo -> TODO --- pr_agent/algo/utils.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index 82a5b782..b5837c5c 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -234,9 +234,9 @@ def convert_to_markdown_v2(output_data: dict, if gfm_supported: markdown_text += f"" if is_value_no(value): - markdown_text += f"{emoji} No ToDo sections" + markdown_text += f"{emoji} No TODO sections" else: - markdown_text += f"{emoji} ToDo sections

\n\n" + markdown_text += f"{emoji} TODO sections

\n\n" if isinstance(value, list): markdown_text += "