Skip to content

Commit

Permalink
Create antispam.yml (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamg authored Mar 7, 2023
1 parent 92ce433 commit 0d221ba
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/antispam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: antispam

on:
issues:
types:
- opened
- edited
- reopened
pull_request:
types:
- opened
- edited
- reopened
- synchronize

permissions:
pull-requests: write
issues: write

jobs:
build:
name: Antispam
runs-on: ubuntu-latest

steps:
- uses: liamg/antispam-action@1
with:
token: ${{ github.token }}

0 comments on commit 0d221ba

Please sign in to comment.