From 9d8941ee40d8c2d6b4386e634821d696dc717fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:02:10 +0000 Subject: [PATCH] Bump sehat1137/telegram-notifier from 1.4.1 to 1.5.0 Bumps [sehat1137/telegram-notifier](https://github.com/sehat1137/telegram-notifier) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/sehat1137/telegram-notifier/releases) - [Changelog](https://github.com/reagento/relator/blob/master/CHANGELOG.md) - [Commits](https://github.com/sehat1137/telegram-notifier/compare/001d014161c5141b65608fb2ec98d815a9356425...983edccef69ef9a25b97552daaeaf0f183b470f4) --- updated-dependencies: - dependency-name: sehat1137/telegram-notifier dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/new-event-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-event-notify.yml b/.github/workflows/new-event-notify.yml index 108fe26e2..49a29d677 100644 --- a/.github/workflows/new-event-notify.yml +++ b/.github/workflows/new-event-notify.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 2 steps: - name: Send Telegram notification for new issue - uses: sehat1137/telegram-notifier@001d014161c5141b65608fb2ec98d815a9356425 # v1.4.1 + uses: sehat1137/telegram-notifier@983edccef69ef9a25b97552daaeaf0f183b470f4 # v1.5.0 if: contains(github.event.issue.labels.*.name, 'help wanted') with: tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}