From 80c7a83e8be43cc8677004f1bfddf74dacf84ea0 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:15:52 +0200 Subject: [PATCH] tldr-bot: fix comment formatting (#13931) --- scripts/send-to-bot.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/send-to-bot.py b/scripts/send-to-bot.py index 3f35371f92..df65aa415e 100755 --- a/scripts/send-to-bot.py +++ b/scripts/send-to-bot.py @@ -7,8 +7,8 @@ import requests BOT_URL = "https://tldr-bot.starbeamrainbowlabs.com" -COMMENT_ERROR = """ - +COMMENT_ERROR = """ + 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 = """ - +COMMENT_CHECK = """ + Hello! I've noticed something unusual when checking this PR: {content}