first commit

This commit is contained in:
JohnsonRan
2025-08-12 22:26:58 +08:00
commit 83478ed57e
3 changed files with 281 additions and 0 deletions

26
.github/workflows/nomore-spam.yml vendored Normal file
View File

@@ -0,0 +1,26 @@
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 }}