Add support for notifying Telegram when a new GitHub comment event is received.
Events to support
issue_comment — comments on issues and pull request conversations
pull_request_review_comment — comments on pull request diffs
Expected behavior
When a comment is created, the bot should send a Telegram notification with:
- Comment author
- Repository name
- Issue or PR title/number
- Comment text preview
- Link to the comment
Example message
💬 ASafaeirad commented on [fullstacksjs/yt-channel-mirror#42](https://github.com/fullstacksjs/yt-channel-mirror/issues/42#issuecomment-...):
Notes
Only created actions should trigger notifications for now.
Add support for notifying Telegram when a new GitHub comment event is received.
Events to support
issue_comment— comments on issues and pull request conversationspull_request_review_comment— comments on pull request diffsExpected behavior
When a comment is created, the bot should send a Telegram notification with:
Example message
Notes
Only
createdactions should trigger notifications for now.