eh7/Send notification to telegram

Send a notification to the telegram bot

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 7, 2021
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: eh7/gitbot@6fda719a85fb23e89c5af018a5e6edcf27c9fe9e # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
chatChat to send: chat id or @channel_nameyes
tokenTelegram Bot tokenyes
statusJob statusyes
iu_titleIssue Title${{ github.event.issue.title }}
iu_numIssue Number${{ github.event.issue.number }}
iu_actorIssue Triggerer${{ github.event.issue.user.login }}
iu_comIssue Comment${{github.event.comment.body}}
pr_stateState of the PR${{ github.event.action }}
pr_numPR Number${{ github.event.number }}
pr_titleTitle of the PR${{ github.event.pull_request.title }}
pr_bodyBody/Contents of the PR${{ github.event.pull_request.body }}

no outputs