actions-marketplace-validations/Telewire
Connect your GitHub Repo to Telegram
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| chat | Chat to send: chat id or @channel_name | yes | — |
| token | Telegram Bot token | yes | — |
| status | Job status | yes | — |
| stargazers | Get Stars of the Repo | — | ${{ github.event.repository.stargazers_count }} |
| forkers | Number of Forks | — | ${{ github.event.repository.forks_count }} |
| iu_title | Issue Title | — | ${{ github.event.issue.title }} |
| iu_num | Issue Number | — | ${{ github.event.issue.number }} |
| iu_actor | Issue Triggerer | — | ${{ github.event.issue.user.login }} |
| iu_body | Issue Body | — | ${{ github.event.issue.body }} |
| iu_com | Issue Comment | — | ${{github.event.comment.body}} |
| pr_state | State of the PR | — | ${{ github.event.action }} |
| pr_num | PR Number | — | ${{ github.event.number }} |
| pr_title | Title of the PR | — | ${{ github.event.pull_request.title }} |
| pr_body | Body/Contents of the PR | — | ${{ github.event.pull_request.body }} |
Outputs
no outputs