Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/telegram-alert.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Telegram Alert

on:
push:
branches:
- main
- master
- develop
pull_request:
branches:
- main
- master
- develop
types: [opened, synchronize, reopened, closed]

jobs:
notify:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Send Telegram alert
uses: pphatdev/telegrambot-alert-action@v1
with:
telegram-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
telegram-chat-id: ${{ secrets.TELEGRAM_CHAT_ID }}
status: success
stage: Update
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.github/scripts/dist/
node_modules/

.claude/
.claude/
DRAFT_PR.md