diff --git a/.github/workflows/antispam.yml b/.github/workflows/antispam.yml new file mode 100644 index 00000000..d267dce6 --- /dev/null +++ b/.github/workflows/antispam.yml @@ -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 }}