Ignore Bot Comments in Telegram Notifications

Open Beginner friendly
#103 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
github, typescript
Domain
api, backend

Research direction

Locate the GitHub comment-notification handlers for the issue_comment and pull_request_review_comment events. Trace how the bot identifies comment authors and run the existing notification tests or event checks if present. Done means the bot's own comments do not produce Telegram notifications, while comments from other users still do.

Written by the indexing model from the issue text.

Description

update GitHub comment notifications to ignore comments created by the bot itself.

The bot should not send Telegram notifications for its own comments in:

  • issue_comment
  • pull_request_review_comment

Comments created by other users should continue to trigger Telegram notifications as before.

Dominant language
TypeScript
Stars
23
Forks
6
Avg merge
4h 1m
Merged PRs (30d)
2

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fullstacksjs/github-bot

All issues in fullstacksjs/github-bot

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.