From 3d026f791819cfcf0c1844a15b563ea1861705e3 Mon Sep 17 00:00:00 2001 From: Sehat1137 Date: Wed, 5 Nov 2025 19:57:30 +0300 Subject: [PATCH] chore: update relator --- .github/workflows/relator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/relator.yml b/.github/workflows/relator.yml index 0cfbd19a2..b9381ec5e 100644 --- a/.github/workflows/relator.yml +++ b/.github/workflows/relator.yml @@ -15,9 +15,9 @@ jobs: timeout-minutes: 2 steps: - name: Send Telegram notification for new issue - uses: reagento/relator@0942904cfa8775e115be93f3a1e39b365178d8f0 # v1.5.1 + uses: reagento/relator@919d3a1593a3ed3e8b8f2f39013cc6f5498241da # v1.6.0 with: tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }} tg-chat-id: "@opensource_findings_python" github-token: ${{ secrets.GITHUB_TOKEN }} - html-template: "New issue to {repository} by @{user}
{title} (#{id})
{body}#wemake_python_styleguide {labels}
{promo}" + custom-labels: "wemake-python-styleguide,wps"