wantedly / step-pretty-slack-notify

Posts wercker build/deploy status to a Slack channel
MIT License
88 stars 34 forks source link

Support channel override #6

Closed spesnova closed 9 years ago

spesnova commented 9 years ago

Changes

slack

Channel Override

Incoming webhooks have a default channel, but it can be overridden in your JSON payload. A public channel can be specified with "channel": "#other-channel", and a Direct Message with "channel": "@username".

slack-notifier

Once a notifier has been initialized, you can update the default channel and/or user. https://github.com/stevenosloan/slack-notifier#setting-defaults

spesnova commented 9 years ago

It works wercker