wantedly / step-pretty-slack-notify

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

add ability to only deploy on failures #17

Closed nhumrich closed 9 years ago

nhumrich commented 9 years ago

the standard wercker slack notifier has a flag notify_on that allows you to specify whether to notify on failures only, for example:

after-steps:
  - slack-notifier:
    url: $SLACK_URL
    channel: $CHANNEL
    notify_on: "failed"

It would be nice to have this feature on pretty-slack-notify

koudaiii commented 9 years ago

Thank you for feed back :+1: I will try :) Please wait a little.

koudaiii commented 9 years ago

Released 0.2.11

Please give it a try :) Thank you.