This is a GitHub Action plugin to notify about the changes in GitHub to Telegram Chat via Bot. This could highly help in incresing the development pace.
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.
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.
This is a tailored implementation. This can be changed or re-tailored at main.go. Curresponting chages must be made at the action's main.yaml too