Skip to content

Remove WPS354

Remove WPS354 #25

Workflow file for this run

name: Relator
on:
issues:
types: [labeled]
permissions:
issues: read
jobs:
notify:
name: "Telegram notification"
if: github.event.label.name == 'help wanted'
runs-on: ubuntu-latest
timeout-minutes: 2
steps:
- name: Send Telegram notification for new issue
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 }}
custom-labels: "wemake-python-styleguide,wps"