Files
LunaTV/.github/workflows/nomore-spam.yml
2025-08-12 22:59:49 +08:00

27 lines
550 B
YAML

name: NoMore Spam
on:
issues:
types: [opened]
permissions:
contents: read
issues: write
models: read
actions: write
jobs:
spam-detection:
runs-on: ubuntu-latest
name: NoMore Spam
steps:
- name: Fuck All the Shit
uses: JohnsonRan/nomore-spam@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ai-base-url: ${{ secrets.AI_BASE_URL }}
ai-api-key: ${{ secrets.AI_API_KEY }}
ai-model: ${{ secrets.AI_MODEL }}
blacklist: ${{ secrets.BLACKLIST }}