From 8b4afae6754d9e614534d9bde0c2099dff16ea99 Mon Sep 17 00:00:00 2001 From: Sehat1137 Date: Tue, 14 Oct 2025 19:51:49 +0300 Subject: [PATCH] chore: update reagento/relator --- .github/workflows/{new-event-notify.yml => relator.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{new-event-notify.yml => relator.yml} (81%) 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 }}