Skip to content

Create Telegram Bot GitHub workflow #1

Create Telegram Bot GitHub workflow

Create Telegram Bot GitHub workflow #1

Workflow file for this run

name: GitHub Notify on Telegram
on:
pull_request:
branches:
- dev
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Notify on Telegram
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: '${{ secrets.BOT_TOKEN }}'
chat_id: '${{ secrets.CHAT_ID }}'