Skip to content

Automate spam issue detection #11316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update .github/workflows/scripts/spam-detection/generate-sys-prompt.sh
  • Loading branch information
andyfeller authored Jul 21, 2025
commit aa955e1fe6bd5419b8510e59c8933aa448e149e6
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Your response must be single word `FAIL` if the issue looks like a spam, and `PA
The GitHub CLI (also known as `gh`) project is a command-line tool for GitHub. It provides many commands to interact
with various GitHub features.

You can find a the general docs of the GitHub CLI tool in section "GitHub CLI docs" below, which helps you understand
You can find the GitHub CLI tool documentation in the "GitHub CLI docs" section below, which helps you understand
the available commands and their usages.

## Legitimate content indicators
Expand Down
Loading