@@ -49,16 +49,17 @@ jobs:
4949
5050### Configuration
5151
52- | Input | Description | Default | Required |
53- | ---------------------------- | ---------------------------------------------------------------------------------- | --------------------- | -------- |
54- | ` token ` | GitHub token with issues and pull-requests permissions | ` ${{ github.token }} ` | No |
55- | ` spam-label ` | Label to add when generic spam is detected | ` spam ` | No |
56- | ` ai-label ` | Label to add when AI-generated content is detected | ` ai-generated ` | No |
57- | ` minimize-detected-comments ` | Whether to minimize comments detected as spam | ` true ` | No |
58- | ` custom-prompt-path ` | Path to a custom YAML prompt file in your repository (relative to repository root) | (none) | No |
59- | ` enable-spam-detection ` | Enable built-in spam detection prompt | ` true ` | No |
60- | ` enable-link-spam-detection ` | Enable built-in link spam detection prompt | ` true ` | No |
61- | ` enable-ai-detection ` | Enable built-in AI-generated content detection prompt | ` true ` | No |
52+ | Input | Description | Default | Required |
53+ | ---------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------ | -------- |
54+ | ` token ` | GitHub token with issues and pull-requests permissions | ` ${{ github.token }} ` | No |
55+ | ` spam-label ` | Label to add when generic spam is detected | ` spam ` | No |
56+ | ` ai-label ` | Label to add when AI-generated content is detected | ` ai-generated ` | No |
57+ | ` minimize-detected-comments ` | Whether to minimize comments detected as spam | ` true ` | No |
58+ | ` custom-prompt-path ` | Path to a custom YAML prompt file in your repository (relative to repository root) | (none) | No |
59+ | ` enable-spam-detection ` | Enable built-in spam detection prompt | ` true ` | No |
60+ | ` enable-link-spam-detection ` | Enable built-in link spam detection prompt | ` true ` | No |
61+ | ` enable-ai-detection ` | Enable built-in AI-generated content detection prompt | ` true ` | No |
62+ | ` endpoint ` | The endpoint to use for inference | ` https://models.github.ai/inference ` | No |
6263
6364## Inference
6465
0 commit comments