wantedly / step-pretty-slack-notify

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

Support notify on specific branches only #14

Closed spesnova closed 9 years ago

spesnova commented 9 years ago

WHAT

New Features

build:
    after-steps:
        - wantedly/pretty-slack-notify:
            webhook_url: $SLACK_WEBHOOK_URL
            branches: ^master$

this matches master

build:
    after-steps:
        - wantedly/pretty-slack-notify:
            webhook_url: $SLACK_WEBHOOK_URL
            branches: ^(master|feature/.*)$

this matches feature/hello, feature/world...

WHY

https://github.com/wantedly/step-pretty-slack-notify/issues/13

spesnova commented 9 years ago

@dtan4 plz review this :smiley: /cc @awakia

dtan4 commented 9 years ago

LGTM :+1:

spesnova commented 9 years ago

It looks good.

wercker