Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Mar 12, 2024
1 parent 53cc929 commit 8b29c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_help_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def run(self):
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")
Expand Down

0 comments on commit 8b29c3a

Please sign in to comment.