Skip to content

Enable PR san checks on github runners #25

Enable PR san checks on github runners

Enable PR san checks on github runners #25

Workflow file for this run

name: Telegram Notification
on:
pull_request:
types: [created, closed, opened, reopened, synchronize]
pull_request_target:
types: [ created, closed, opened, reopened, synchronize ]
issues:
types: [created, closed, opended, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Notify the commit on Telegram
uses: EverythingSuckz/github-telegram-notify@main
with:
bot_token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
chat_id: ${{ secrets.TELEGRAM_CHAT_ID }}