cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 82 forks source link

Support notification to multiple channels #19

Closed mboldt closed 7 years ago

mboldt commented 7 years ago

We have a use case where we want a couple of individuals to receive slack notifications in their @user channels, but don't want to manage multiple puts as this is repeated throughout our pipeline at failure steps. It seems simple enough to add a for loop over whitespace-separated channels in out. I'm happy to take a shot at this and submit a PR if there's interest.

jhunt commented 7 years ago

Sounds good to me, go ahead and take a crack at it :)

mboldt commented 7 years ago

I submitted a PR #20 and would love to see it merged. Anything I can do to help?

lnguyen commented 7 years ago

new release cut @mboldt

mboldt commented 7 years ago

Awesome; thank you!