github/AI Issue and Comment Moderator
Scan new issues and comments with GitHub Models AI prompts; label or hide spam automatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with `issues`, `pull-requests`, and `models: read` permissions | no | ${{ github.token }} |
| spam-label | Label to add when generic spam is detected | no | spam |
| ai-label | Label to add when AI-generated content is detected | no | ai-generated |
| minimize-detected-comments | Whether to minimize comments detected as spam | no | true |
| dry-run | If true, only evaluate without adding labels or minimizing comments | no | false |
| custom-prompt-path | Path to a custom YAML prompt file in your repository (relative to repository root) | no | — |
| enable-spam-detection | Enable built-in spam detection prompt | no | true |
| enable-link-spam-detection | Enable built-in link spam detection prompt | no | true |
| enable-ai-detection | Enable built-in AI-generated content detection prompt | no | true |
| endpoint | The endpoint to use for inference | no | https://models.github.ai/inference |
Outputs
no outputs