-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send messages to different slack channel based on trigger #23
Comments
Do you actually need this currently? |
The feedback I get from my colleagues is that our GCB status channel is swamped with too many messages and they often do not pay attention as it is too noisey, |
Whta about adding "webhook rules" (Mapping of rules to webhook urls") in the something along the lines of
|
slackapi/node-slack-sdk#857 created to see if there is a supported approach to this Edit: they say it should be done at the app level |
I know this is probably late.... but they did it here https://jonstacks.com/2019/07/06/customizing-cloud-build-notifications It's similar to what I do to disable slack notifications for apps that we don't want it for. You can just check if the substitute is there, and then use that value to override the value you set in index.js |
Better late than never :)
Is that right? |
Exactly.... it would check if your I do something similar here:
|
That's great! If all parties agree,
would be slightly better names for these looked-for build substitutions IMHO. |
Hello,
Although having a default slack channel to send notifications is desired, it would be nice to be able to override the channel for specific repos. Agree? And if so any ideas on how to implement this?
The text was updated successfully, but these errors were encountered: