Skip to content

WPS222 false positive #38

WPS222 false positive

WPS222 false positive #38

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@4b1531359edba1228db0906e8931b0da2aef69cd # v1.7.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"