Skip to content

Commit

Permalink
🚀 Added Telebot Notifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammadali-Akbarov committed Nov 30, 2024
1 parent 14b497e commit cc8431f
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 107 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/notifier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Telegram Gate

on:
issue_comment:
types: [created]
issues:
types: [opened, edited, pinned, closed, reopened, assigned, labeled]
pull_request:
types:
[opened, closed, edited, ready_for_review, review_requested, reopened]
pull_request_review_comment:
types: [created]
push:


jobs:
build:
name: Telegram Gate
runs-on: ubuntu-latest
steps:
- name: Notifier
uses: ethyaan/[email protected]
if: always()
with:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
to: ${{ secrets.TELEGRAM_CHAT_ID }}
thread_id: ${{ secrets.TELEGRAM_CHAT_TOPIC }}
disable_web_page_preview: true
disable_notification: false
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
venv/
__pycache__/

dist/
paynet_pkg.egg-info/
Binary file removed dist/paynet-pkg-0.1.tar.gz
Binary file not shown.
81 changes: 0 additions & 81 deletions paynet_pkg.egg-info/PKG-INFO

This file was deleted.

19 changes: 0 additions & 19 deletions paynet_pkg.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion paynet_pkg.egg-info/dependency_links.txt

This file was deleted.

5 changes: 0 additions & 5 deletions paynet_pkg.egg-info/requires.txt

This file was deleted.

1 change: 0 additions & 1 deletion paynet_pkg.egg-info/top_level.txt

This file was deleted.

0 comments on commit cc8431f

Please sign in to comment.