Skip to content
bell

GitHub Action

TelegramBridge

1.2 Latest version

TelegramBridge

bell

TelegramBridge

Send GitHub Updates to Telegram, see readme for step by step instructions

Installation

Copy and paste the following snippet into your .yml file.

              

- name: TelegramBridge

uses: GokulDas027/[email protected]

Learn more about this action in GokulDas027/TelegramBridge

Choose a version

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 incresing the development pace.

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.

How does the message looks like ?

Sample Message

What's next ?

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

Thanks to Yanzay and Athul.