UNPKG

hubot-github-event-announcer

Version:
14 lines (9 loc) 291 B
{formatComment} = require './formatter-helpers' module.exports = ({data}) -> comment = data.comment repo = data.repository """ #{comment.user.login} commented on commit #{comment.commit_id[0...8]} on #{repo.full_name} #{formatComment(comment.body)} #{comment.html_url} """