Skip to content

Commit

Permalink
remove fallbacks from github-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadjithoma committed Jun 21, 2017
1 parent bc8b5e6 commit c089a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ module.exports = function (robot) {
msg.attachments[0].pretext = `[${repo}] Issue *created* by <www.github.com/${user}|${user}>`;
msg.attachments[0].fallback = `[${repo}] Issue created: ${issue_title}`;
msg.attachments[0].title = `<${issue_url}|#${issue_num} ${issue_title}>`;
msg.attachments[0].text = '```'+issue_body}+'```';
msg.attachments[0].text = '```'+issue_body+'```';
msg.attachments[0].color = '#00ff00'; // set color = green
} else {
msg = `[${repo}] Issue <${issue_url}|#${issue_num} ${issue_title}>: *${action}* by <www.github.com/${user}|${user}>`;
Expand Down

0 comments on commit c089a63

Please sign in to comment.