chore(telegram): remove send-telegram-message.yml - #34
Merged
Conversation
All callers now go through telegram-notify.yml. The raw-message sender was the free-form escape hatch that let layout be defined per caller; removing it makes the central formatter the only path that produces a message body. Its external consumers (telegram-notify-bot, home-infra, personal-website, parketarstvo-mrzlikar) were migrated first. See docs/adr/0001.
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.
Summary
send-telegram-message.yml, the raw free-form message sendertelegram-notify.ymlformatter, so there is no longer any path where a caller supplies its own message body / layoutSafety
telegram-notify-bot#93,home-infra#194,personal-website#29,parketarstvo-mrzlikar#9send-telegram-message.ymlin any workflow across the repostelegram-notifyformatter docs in feat(telegram): centralize message format in telegram-notify.yml #33Rationale
Recorded in
docs/adr/0001-central-telegram-message-formatter.md.