function buildCommentPrefix()

in index.js [255:257]


function buildCommentPrefix(deploymentName) {
  return `:rocket: Built _${deploymentName}_ successfully!`;
}