Skip to content

Commit

Permalink
Add antispam action
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Dec 23, 2024
1 parent bc4930b commit 367dd7e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/antispam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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 }}

0 comments on commit 367dd7e

Please sign in to comment.