tldr-bot: fix comment formatting (#13931)

This commit is contained in:
Sebastiaan Speck
2024-10-02 12:15:52 +02:00
committed by GitHub
parent 165c191dbd
commit 80c7a83e8b

View File

@@ -7,8 +7,8 @@ import requests
BOT_URL = "https://tldr-bot.starbeamrainbowlabs.com"
COMMENT_ERROR = """
<!-- tldr-bot - errors -->
COMMENT_ERROR = """<!-- tldr-bot - errors -->
The [build](https://github.com/tldr-pages/tldr/actions/runs/{build_id}) for this PR failed with the following error(s):
```
@@ -18,8 +18,8 @@ The [build](https://github.com/tldr-pages/tldr/actions/runs/{build_id}) for this
Please fix the error(s) and push again.
"""
COMMENT_CHECK = """
<!-- tldr-bot - check-results -->
COMMENT_CHECK = """<!-- tldr-bot - check-results -->
Hello! I've noticed something unusual when checking this PR:
{content}