diff --git a/.github/workflows/approveAndMergeReleasePR.js b/.github/workflows/approveAndMergeReleasePR.js index 4b8d0b9d0..5687b4320 100644 --- a/.github/workflows/approveAndMergeReleasePR.js +++ b/.github/workflows/approveAndMergeReleasePR.js @@ -91,6 +91,8 @@ program } requestBody += `\nIf this bugs won't be fixed in next patch release for this version mark them as known issues`; } + }else if(testsStatus === "ERRORED"){ + requestBody = `Tests ERRORED! Check log at ${options.dashboard_url}` } const event = "COMMENT";