appleboy / appleboy/telegram-action

Add option to sanitise texts in HTML format

Open
#34 0 comments 3 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.