Skip to content

feat: format deploy and renovate notifications - #179

Merged
ineedjet merged 2 commits into
mainfrom
feat/format-operation-notifications
Aug 29, 2026
Merged

feat: format deploy and renovate notifications#179
ineedjet merged 2 commits into
mainfrom
feat/format-operation-notifications

Conversation

@ineedjet

@ineedjetineedjet commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

🤖 [rubykatzen/flightdeck]:

Summary

  • format deploy and renovate Telegram notifications with a bold repository and target plus a link to the Actions run
  • group renovated apps by host using a structured updated-items output while retaining updated-hosts
  • expose the prepared MarkdownV2 message directly from the deploy and renovate actions; workflows only send it and retain ownership of Telegram credentials
  • keep escaping, validation, and Telegram message-length handling in a shared internal formatter
  • update workflow and action documentation

Testing

  • python3 -m unittest discover -s .github/actions/deploy/tests -v (55 tests)
  • python3 -m unittest discover -s .github/actions/renovate/tests -v (13 tests)
  • python3 -m unittest discover -s .github/actions/telegram-message/tests -v (7 tests)
  • pre-commit run --all-files

📨 🧪 ✅

@ineedjet
ineedjet merged commit 6722ae4 into mainAug 29, 2026
5 checks passed
@ineedjet
ineedjet deleted the feat/format-operation-notifications branch August 29, 2026 13:20
@ineedjetineedjet mentioned this pull request Aug 29, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ineedjet