Skip to content

Commit 3d026f7

Browse files
committed
chore: update relator
1 parent 19cdc04 commit 3d026f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/relator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
timeout-minutes: 2
1616
steps:
1717
- name: Send Telegram notification for new issue
18-
uses: reagento/relator@0942904cfa8775e115be93f3a1e39b365178d8f0 # v1.5.1
18+
uses: reagento/relator@919d3a1593a3ed3e8b8f2f39013cc6f5498241da # v1.6.0
1919
with:
2020
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
2121
tg-chat-id: "@opensource_findings_python"
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
23-
html-template: "<b>New issue to <a href=/{repository}>{repository}</a> by <a href=/{user}>@{user}</a> </b><br/><b>{title}</b> (<a href='{url}'>#{id}</a>)<br/>{body}#wemake_python_styleguide {labels}<br/>{promo}"
23+
custom-labels: "wemake-python-styleguide,wps"

0 commit comments

Comments
 (0)