We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eff2f4 commit 07a5c8bCopy full SHA for 07a5c8b
1 file changed
.github/workflows/telegram-notifications.yml
@@ -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/pr-telegram-action@v1.0.0
14
+ with:
15
+ bot_token: '${{ secrets.TELEGRAM_TOKEN }}'
16
+ chat_id: '${{ secrets.TELEGRAM_CHAT_ID }}'
0 commit comments