Skip to content

Commit f81cad5

Browse files
authored
Merge pull request #12 from github/sgoedecke/readme
Update README and remove example workflow
2 parents 90af909 + f8439a0 commit f81cad5

File tree

2 files changed

+4
-74
lines changed

2 files changed

+4
-74
lines changed

.github/workflows/example-configurable-prompts.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# AI Moderator
22

3-
An AI-powered GitHub Action that automatically detects and moderates spam in
4-
issues and comments using LLMs.
3+
An AI-powered GitHub Action that automatically detects spam in issues and
4+
comments using LLMs. Detected issues are tagged as spam and detected comments
5+
are (optionally) minimized.
56

67
Each new issue and comment is passed through a series of prompts: by default
78
checking for link spam, regular spam, and AI-generated content, but you can
@@ -14,7 +15,7 @@ Add this action to your repository's workflow file (e.g.,
1415
`.github/workflows/moderator.yml`):
1516

1617
```yaml
17-
name: AI Spam Guard
18+
name: AI Moderator
1819
on:
1920
issues:
2021
types: [opened]

0 commit comments

Comments
 (0)