mirror of
https://github.com/logos-blockchain/logos-blockchain-pocs.git
synced 2026-01-04 06:03:08 +00:00
29 lines
511 B
YAML
29 lines
511 B
YAML
name: antiscam
|
|
|
|
on:
|
|
issue_comment:
|
|
types:
|
|
- created
|
|
- edited
|
|
|
|
discussion_comment:
|
|
types:
|
|
- created
|
|
- edited
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
issues: write
|
|
|
|
jobs:
|
|
build:
|
|
if: ${{ !github.event.issue.pull_request }}
|
|
name: Antiscam
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: vbaranov/antiscam-action@main
|
|
with:
|
|
token: ${{ github.token }}
|
|
env:
|
|
SCAM_ACTION_WHITELISTED_LOGINS: ${{ vars.SCAM_ACTION_WHITELISTED_LOGINS }} |