Fix comment on release PR if tests errored (#2915)

This commit is contained in:
Karolina Rakoczy 2022-12-27 12:22:16 +01:00 committed by GitHub
parent 4e0528146b
commit 39ea58f02b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";