mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
typo
This commit is contained in:
parent
53cc929d8a
commit
8b29c3a2be
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class PRHelpMessage:
|
||||||
tool_names.append(f"[TEST]({base_path}/test/) 💎")
|
tool_names.append(f"[TEST]({base_path}/test/) 💎")
|
||||||
tool_names.append(f"[CI FEEDBACK]({base_path}/ci_feedback/) 💎")
|
tool_names.append(f"[CI FEEDBACK]({base_path}/ci_feedback/) 💎")
|
||||||
tool_names.append(f"[CUSTOM SUGGESTIONS]({base_path}/custom_suggestions/) 💎")
|
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 = []
|
||||||
descriptions.append("Generates PR description - title, type, summary, code walkthrough and labels")
|
descriptions.append("Generates PR description - title, type, summary, code walkthrough and labels")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue