appleboy / appleboy/telegram-action
Add option to sanitise texts in HTML format
- Dominant language
- Dockerfile
- Stars
- 1k
- Forks
- 126
- Avg merge
- 7m
- Merged PRs (30d)
- 1
Description
HTML format requires that `<`, `>`, etc. have to be replaced with `<`, `>`, etc. Add an option to do that.
Currently, if you add, say, a `<` in your commit (which is configured to be sent as a message), it will fail to send the message.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue concerns the GitHub Action's Telegram message handling when HTML formatting is selected, with commit messages containing < characters as the reproduction. Start by locating the action entry point and its message-format handling, then verify that an option escapes HTML-sensitive characters before sending. Done means the option works for commit messages containing < and > without send failures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, html
- Domain
- ci-cd, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100