From 8b29c3a2be70bc3dab5b51ab6e2acb00337f4545 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Tue, 12 Mar 2024 18:18:08 +0200 Subject: [PATCH] typo --- pr_agent/tools/pr_help_message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pr_agent/tools/pr_help_message.py b/pr_agent/tools/pr_help_message.py index 3204d8e4..f7a5ff13 100644 --- a/pr_agent/tools/pr_help_message.py +++ b/pr_agent/tools/pr_help_message.py @@ -35,7 +35,7 @@ class PRHelpMessage: tool_names.append(f"[TEST]({base_path}/test/) 💎") tool_names.append(f"[CI FEEDBACK]({base_path}/ci_feedback/) 💎") tool_names.append(f"[CUSTOM SUGGESTIONS]({base_path}/custom_suggestions/) 💎") - tool_names.append(f"[SIMILAR ISSUE]({base_path}/similar_issue/)") + tool_names.append(f"[SIMILAR ISSUE]({base_path}/similar_issues/)") descriptions = [] descriptions.append("Generates PR description - title, type, summary, code walkthrough and labels")