chore: cleanup Slack notifications — remove redundant titles, migrate release to Block Kit - #93
Merged
Conversation
… release to Block Kit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Shortcut
Cleanup Slack notifications across all CARTO workflow files. This is the litellm-fork counterpart to CartoDB/cloud-native#23436.
Changes
1. Remove redundant title (4 notifications)
All Block Kit notifications had a top-level
"text"field alongside"attachments". Slack renders"text"as plain text ABOVE the colored sidebar, duplicating the header inside the block. Fixed by removing"text"and using the attachment-level"fallback"field (notification preview only, not rendered in channel).Affected files:
carto-upstream-sync-main.yml— upstream sync status (Steps 1-2)carto-upstream-sync-ready-checker.yml— tests passed (Step 4)carto-slack-changelog.yml— PR merge + release changelog2. Conciseness improvements
headerblocks, replaced with bold mrkdwn insectionblocksdividerblocks and redundant context blocks3. Migrate carto-release.yaml to Block Kit
The release notification was the last remaining old-format notification using plain text via
-F "text=..."with Unicode box-drawing separators. Migrated to Block Kit with:Type of change
Acceptance
Basic checklist