Skip to content

GitHub actions: Telegram bot #8

GitHub actions: Telegram bot

GitHub actions: Telegram bot #8

Workflow file for this run

name: Notify on Telegram
on:
pull_request:
types: [opened, closed, reopened]
issues:
types: [opened, pinned, closed, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Notify the commit on Telegram.
uses: appleboy/telegram-action@master
with:
token: '${{ secrets.BOT_TOKEN }}'
to: '${{ secrets.CHAT_ID }}'