Skip to content

Avoid global synchronization #61

Avoid global synchronization

Avoid global synchronization #61

name: Telegram Pull Request Notifier
on:
pull_request:
types: [opened, review_requested]
jobs:
notification:
runs-on: ubuntu-latest
steps:
- name: Pull Request Telegram
uses: F2had/[email protected]
with:
bot_token: '${{ secrets.TELEGRAM_TOKEN }}'
chat_id: '${{ secrets.TELEGRAM_CHAT_ID }}'