Skip to content

Commit

Permalink
fix: improve GitLab help message formatting with proper line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mrT23 committed Jan 26, 2025
1 parent 75f4c7f commit e8a8026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/tools/pr_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ async def run(self):
'<a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> '
'for more information.</li></details>')
else: # gitlab
pr_body += ("> <details><summary>Need help?</summary>- Type <code>/help how to ...</code> in the comments "
pr_body += ("\n\n___\n\n<details><summary>Need help?</summary>- Type <code>/help how to ...</code> in the comments "
"thread for any questions about PR-Agent usage.<br>- Check out the "
"<a href='https://qodo-merge-docs.qodo.ai/usage-guide/'>documentation</a> for more information.</details>")
# elif get_settings().pr_description.enable_help_comment:
Expand Down

0 comments on commit e8a8026

Please sign in to comment.