This commit is contained in:
mrT23
2023-11-26 16:42:41 +02:00
parent 5cbbaf44c9
commit 8f615e17a3
3 changed files with 7 additions and 5 deletions

View File

@ -250,7 +250,7 @@ class PRReviewer:
if not get_settings().get("CONFIG.CLI_MODE", False):
markdown_text += "\n### How to use\n"
if self.git_provider.is_supported("gfm_markdown"):
markdown_text += "\n**<details><summary> Instructions**</summary>\n"
markdown_text += "\n <details> <summary> Instructions</summary>\n\n"
bot_user = "[bot]" if get_settings().github_app.override_deployment_type else get_settings().github_app.bot_user
if user and bot_user not in user:
markdown_text += bot_help_text(user)