We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cdc04 commit 3d026f7Copy full SHA for 3d026f7
.github/workflows/relator.yml
@@ -15,9 +15,9 @@ jobs:
15
timeout-minutes: 2
16
steps:
17
- name: Send Telegram notification for new issue
18
- uses: reagento/relator@0942904cfa8775e115be93f3a1e39b365178d8f0 # v1.5.1
+ uses: reagento/relator@919d3a1593a3ed3e8b8f2f39013cc6f5498241da # v1.6.0
19
with:
20
tg-bot-token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
21
tg-chat-id: "@opensource_findings_python"
22
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}"
+ custom-labels: "wemake-python-styleguide,wps"
0 commit comments