mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-13 07:57:29 +08:00
first commit
This commit is contained in:
26
.github/workflows/nomore-spam.yml
vendored
Normal file
26
.github/workflows/nomore-spam.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user