Skip to content

Commit 07a5c8b

Browse files
committed
add telegram notifications
1 parent 7eff2f4 commit 07a5c8b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Telegram Pull Request Notifier
2+
3+
on:
4+
pull_request:
5+
types: [opened, review_requested]
6+
7+
jobs:
8+
notification:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Pull Request Telegram
13+
uses: F2had/[email protected]
14+
with:
15+
bot_token: '${{ secrets.TELEGRAM_TOKEN }}'
16+
chat_id: '${{ secrets.TELEGRAM_CHAT_ID }}'

0 commit comments

Comments
 (0)