2025-04-25 17:25:55 +02:00

25 lines
408 B
YAML

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 }}