CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

Research configuring AWS Chatbot so that it doesn't include the "replied to a thread" messages in "dmptool-ci" slack channel during a pipeline build #142

Open jupiter007 opened 1 month ago

jupiter007 commented 1 month ago

We added AWS Chatbot Notifications to the pipeline build for frontend builds. We are testing it out on the dmptool-cichannel in Slack.

One issue is that the "replied to a thread" messages are also displaying in the channel, making it really busy. We are hoping we can exclude those from the channel, or put them into one thread, since we will be using this channel for other build notifications.

jupiter007 commented 1 month ago

It seems that the only way to manipulate the messages might be to create a lambda function.