diff --git a/lib/RallyValidate.js b/lib/RallyValidate.js index 1463dab..325c745 100644 --- a/lib/RallyValidate.js +++ b/lib/RallyValidate.js @@ -357,7 +357,7 @@ class RallyValidate { message += `| ${artifact.key} | \`${artifact.status}\` | \`${artifact.projectName}\` | ${artifact.statusIcon} \`${artifact.validState}\` |\n` }) } else { - message += '\n:heavy_exclamation_mark: No valid artifacts were found in the pull request body' + message += '\n:heavy_exclamation_mark: No valid artifacts were found in the pull request title' isSuccess = false } return { message, isSuccess }