Telegram Bridge
This is a GitHub Action plugin to notify about the changes in GitHub to Telegram Chat via Bot. This could highly help in increasing the development pace.
What's Updated?
Fixed Markdown Parse Errors from the previous release. (v1.1)
What all can this do ?
If you're using the provided main.yaml (recommended)
Will Notify about :
- Pushes
- Pull Requests (opened, closed, edited, ready_for_review, review_requested, reopened)
- Pull Request Review Comments (created)
- Issues (opened, edited, pinned, closed, reopened, assigned, labeled)
- Issue Comments (created)
the limits are not the boundary, but set for reducing the message bombarding, and it can be easily changed at the main.yaml file at your repository. This could help Action Triggers Docs.
How to Use this ?
This will be available as a plugin here.
Or can be used through this main.yaml file
> move it to /.github/workflows/main.yml
Connect it to a Telegram bot.
- Token is the token of the Bot given by BotFather
- Id is the Channel id or your user id, depends on how you need the message to be delivered.