-
Notifications
You must be signed in to change notification settings - Fork 114
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
rewrite slack_notification to post blocks #176
base: main
Are you sure you want to change the base?
Conversation
… for easier reading
@davidneedham Would you review this PR and consider merging it? |
I'm no longer at Pantheon, however @jrastaban may know who would be able to help with this. |
This repo belongs to the cms-ecosystem squad. We are aware, but we have a large backlog. Not sure when we will get to reviewing the PRs in this repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slack changed their incoming webhook API to use blocks instead of attachments in 2019. I rewrote the slack_notification QuickSilver script to use the current API. I also fixed the link to the environment's dashboard, and generally cleaned up the code.