Remove annoying message to Slack

This commit is contained in:
Pedro Pombeiro 2018-01-23 19:00:06 +01:00
parent 5cbb212fb4
commit 33d639ad89
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ async function assignPullRequestToTest(context, robot) {
robot.log.debug(`Created card: ${ghcard.data.url}`, ghcard.data.id)
} catch (err) {
robot.log.error(`Couldn't create project card for the PR: ${err}`, dstColumn.id, payload.pull_request.id)
slackHelper.sendMessage(robot, slackClient, config.slack.notification.room, `I couldn't create a card for the PR in ${dstColumnName} in ${projectBoardName} project :confused:, maybe there's already a card for it in a column other than ${reviewColumnName}\n${payload.pull_request.html_url}`)
return
}
}