diff --git a/.github/workflow/notify.yml b/.github/workflow/notify.yml deleted file mode 100644 index cea9f59..0000000 --- a/.github/workflow/notify.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Notify on Telegram - -on: - fork: - push: - release: - issue_comment: - types: created - watch: - types: started - pull_request_review_comment: - types: created - pull_request: - types: [opened, closed, reopened] - issues: - types: [opened, pinned, closed, reopened] -jobs: - notify: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Notify the commit on Telegram. - uses: EverythingSuckz/github-telegram-notify@main - with: - bot_token: '${{ secrets.BOT_TOKEN }}' - chat_id: '${{ secrets.CHAT_ID }}' diff --git a/.github/workflow/test b/.github/workflow/test deleted file mode 100644 index 8b13789..0000000 --- a/.github/workflow/test +++ /dev/null @@ -1 +0,0 @@ -