mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-01-13 23:06:02 +00:00
Remove octobox note. Part of #4
This commit is contained in:
parent
3a93bbc89e
commit
837c7a27eb
@ -40,8 +40,7 @@ async function notifyReviewers (context, robot, getSlackIdFromGitHubId) {
|
||||
|
||||
slackWeb.im.open(userID).then(resp => {
|
||||
const dmChannelID = resp.channel.id
|
||||
const octoboxNote = 'For more powerful management of GitHub notifications also check out https://octobox.io/'
|
||||
const msg = `New Pull Request awaiting review: ${payload.pull_request.html_url}\n${octoboxNote}`
|
||||
const msg = `New Pull Request awaiting your review: ${payload.pull_request.html_url}`
|
||||
|
||||
robot.log.info(`${botName} - Opened DM Channel ${dmChannelID}`)
|
||||
robot.log.info(`Notifying ${userID} about review request in ${payload.pull_request.url}`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user