From e8a80264cac5a2216948e65989dbae3bc36aca3d Mon Sep 17 00:00:00 2001 From: mrT23 Date: Sun, 26 Jan 2025 16:54:17 +0200 Subject: [PATCH] fix: improve GitLab help message formatting with proper line breaks --- pr_agent/tools/pr_description.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: