ci: use the dino as the bot avatar instead of a body image - #338
Merged
Conversation
As an embed image it rendered full-width under the commands, pushing the thing people actually came for out of view -- on a message that fires every merge. Same asset as avatar_url: art still shows, body is just the version and the two update paths. In the payload rather than Discord-side config so it survives the webhook being recreated. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Follow-up to #337. As an embed
imagethe art rendered full-width under the commands, pushing the thing people actually came for out of view — on a message that fires on every merge tomain.Same asset, now the bot
avatar_url: the art still shows, the body goes back to being just the version and the two update paths.Keeping it in the payload rather than relying on the webhook's avatar configured in Discord means it survives a webhook being recreated, and the committed asset stays justified.
Verified:
publish.ymlparses (11 steps), payload hasavatar_urland noembeds[].image.Summary by cubic
Release notifications now show the dino as the Discord bot avatar instead of a full-width embed image, keeping the version and update links prominent. The workflow sends the avatar URL in each payload, so the branding does not depend on Discord webhook configuration.
Written for commit 87f6eb6. Summary will update on new commits.