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"