diff --git a/pr_agent/tools/pr_description.py b/pr_agent/tools/pr_description.py index 12ba7555..709d6f22 100644 --- a/pr_agent/tools/pr_description.py +++ b/pr_agent/tools/pr_description.py @@ -141,7 +141,7 @@ class PRDescription: 'documentation ' 'for more information.') else: # gitlab - pr_body += (">
Need help?- Type /help how to ... in the comments " + pr_body += ("\n\n___\n\n
Need help?- Type /help how to ... in the comments " "thread for any questions about PR-Agent usage.
- Check out the " "documentation for more information.
") # elif get_settings().pr_description.enable_help_comment: