diff --git a/.github/workflows/new-event-notify.yml b/.github/workflows/relator.yml similarity index 81% rename from .github/workflows/new-event-notify.yml rename to .github/workflows/relator.yml index 49a29d677..d8c7bcaa0 100644 --- a/.github/workflows/new-event-notify.yml +++ b/.github/workflows/relator.yml @@ -2,7 +2,7 @@ name: Event Notifier on: issues: - types: [opened, labeled, reopened] + types: [labeled] concurrency: group: ${{ github.workflow }}-${{ github.event.issue.number }} @@ -18,7 +18,7 @@ jobs: timeout-minutes: 2 steps: - name: Send Telegram notification for new issue - uses: sehat1137/telegram-notifier@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0 + uses: reagento/relator@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0 if: contains(github.event.issue.labels.*.name, 'help wanted') with: tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}