diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..01a57adc --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: Github Telegram Notifier + +on: + push: + pull_request: + create: + delete: + issues: + issue_comment: + pull_request_review: + pull_request_review_comment: + fork: + watch: + release: + +jobs: + notify: + runs-on: ubuntu-latest + steps: + - name: Send Telegram Notification + uses: EverythingSuckz/github-telegram-notify@v1.1.2 + with: + bot_token: ${{ secrets.TG_BOT_TOKEN }} + chat_id: ${{ secrets.TG_CHAT_ID }} diff --git a/.github/workflows/test b/.github/workflows/test new file mode 100644 index 00000000..e69de29b