hubot-archive / hubot-github-repo-event-notifier

Notifies about any GitHub repo event available via webhook.
https://www.npmjs.org/package/hubot-github-repo-event-notifier
57 stars 42 forks source link

Prefix notification with "[GitHub]" #17

Closed patcon closed 10 years ago

patcon commented 10 years ago

In making chat output more parsable, I'm starting for favour a notification format like this

hubot>>> [Freshdesk] #449 (☆☆☆) - Ticket created. http://gittip.freshdesk.com/helpdesk/tickets/449
hubot>>> [GitHub] New issue "Gravatar not updating" by wrought: https://github.com/gittip/www.gittip.com/issues/2392

Any objection to us taking that approach, @parkr?

parkr commented 10 years ago

Is New issue not enough? I'd definitely prefer a way to turn this off if at all possible. Env var, like PREFIX_NOTIFICATION_WITH_SERVICE=true?

patcon commented 10 years ago

I'll just implement #18 then, and then we can just agree to disagree :)