From f0eac9acb9dcce2e41fd10b36a9f592da0415895 Mon Sep 17 00:00:00 2001 From: Gakuto1112 Date: Sun, 7 Apr 2024 17:23:17 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=82=B9=E3=82=B1=E3=83=BC=E3=83=97?= =?UTF-8?q?=E3=81=AE=E3=83=90=E3=83=83=E3=82=AF=E3=82=B9=E3=82=B9=E3=83=A9?= =?UTF-8?q?=E3=83=83=E3=82=B7=E3=83=A5=E3=81=8C=E8=B6=B3=E3=82=8A=E3=81=AA?= =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/tests/submit_review.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/submit_review.ts b/src/tests/submit_review.ts index a6290e8..0bd3aaf 100644 --- a/src/tests/submit_review.ts +++ b/src/tests/submit_review.ts @@ -68,7 +68,7 @@ async function createReviewData(commitId: string, test1ResultJson: string, test2 reviewOptions.body += "Please fill all translations\n\n"; } reviewOptions.body += "For more information about tests, please see [CONTRIBUTING.md](https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/.github/CONTRIBUTING.md#翻訳のルールについて)"; - if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\'ll check your changes again."; + if(!testResults[0].passed || !testResults[1].passed) reviewOptions.body += "\n\nOnce you fixed your changes, please request me again by clicking \"re-request review\" button 🔄 (located in the reviewers list on the right side of this page). I\\'ll check your changes again."; //ソースファイルへのレビューコメントを作成 if(reviewOptions.event == "REQUEST_CHANGES") {