mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-05 22:53:10 +00:00
25 lines
408 B
YAML
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 }}
|