Skip to content

Implement entity view #2

Implement entity view

Implement entity view #2

Workflow file for this run

name: antispam
on:
issues:
types:
- opened
- edited
- reopened
permissions:
pull-requests: write
issues: write
jobs:
build:
name: Antispam
runs-on: ubuntu-latest
steps:
- uses: vbaranov/antispam-action@main
with:
token: ${{ github.token }}
env:
SCAM_ACTION_WHITELISTED_LOGINS: ${{ vars.SCAM_ACTION_WHITELISTED_LOGINS }}