viperacademy/telewire-action

Connect your GitHub Repo to Telegram

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
chatChat to send: chat id or @channel_nameyes
tokenTelegram Bot tokenyes
statusJob statusyes
stargazersGet Stars of the Repo${{ github.event.repository.stargazers_count }}
forkersNumber of Forks${{ github.event.repository.forks_count }}
iu_titleIssue Title${{ github.event.issue.title }}
iu_numIssue Number${{ github.event.issue.number }}
iu_actorIssue Triggerer${{ github.event.issue.user.login }}
iu_bodyIssue Body${{ github.event.issue.body }}
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 }}
ps_head_idHead Commit ID${{ github.event.head_commit.id }}
ps_head_author_usernameUsername of the pusher${{ github.event.sender.login }}
ps_head_messageMessage of the commit${{ github.event.head_commit.message }}
ps_compareBody/Contents of the PR${{ github.event.compare }}
ps_sender_imageBody/Contents of the PR${{ github.event.sender.avatar_url }}
wr_nameWorkflow Name${{ github.workflow.name }}
wr_idWorkflow ID${{ github.workflow.id }}
wr_urlWorkflow URL${{ github.event.workflow_run.head_repository.html_url }}
wr_compIdk${{ github.event.workflow_run.conclusion }}

no outputs