Skip to content

Move Ops into dto package and split into Unary/Binary/Relational #130

Move Ops into dto package and split into Unary/Binary/Relational

Move Ops into dto package and split into Unary/Binary/Relational #130

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/pr-telegram-action@v1.0.0
with:
bot_token: '${{ secrets.TELEGRAM_TOKEN }}'
chat_id: '${{ secrets.TELEGRAM_CHAT_ID }}'