Skip to content

Commit 429e547

Browse files
committed
Lint README
1 parent 652963d commit 429e547

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,23 +47,23 @@ jobs:
4747

4848
### Configuration
4949

50-
| Input | Description | Default | Required |
51-
| ---------------------------- | ---------------------------------------------------------------------------- | --------------------- | -------- |
52-
| `token` | GitHub token with issues and pull-requests permissions | `${{ github.token }}` | No |
53-
| `spam-label` | Label to add when generic spam is detected | `spam` | No |
54-
| `ai-label` | Label to add when AI-generated content is detected | `ai-generated` | No |
55-
| `minimize-detected-comments` | Whether to minimize comments detected as spam | `true` | No |
56-
| `custom-prompt-path` | Path to a custom YAML prompt file in your repository (relative to repo root) | (none) | No |
57-
| `enable-spam-detection` | Enable built-in spam detection prompt | `true` | No |
58-
| `enable-link-spam-detection` | Enable built-in link spam detection prompt | `true` | No |
59-
| `enable-ai-detection` | Enable built-in AI-generated content detection prompt | `true` | No |
50+
| Input | Description | Default | Required |
51+
| ---------------------------- | ---------------------------------------------------------------------------------- | --------------------- | -------- |
52+
| `token` | GitHub token with issues and pull-requests permissions | `${{ github.token }}` | No |
53+
| `spam-label` | Label to add when generic spam is detected | `spam` | No |
54+
| `ai-label` | Label to add when AI-generated content is detected | `ai-generated` | No |
55+
| `minimize-detected-comments` | Whether to minimize comments detected as spam | `true` | No |
56+
| `custom-prompt-path` | Path to a custom YAML prompt file in your repository (relative to repository root) | (none) | No |
57+
| `enable-spam-detection` | Enable built-in spam detection prompt | `true` | No |
58+
| `enable-link-spam-detection` | Enable built-in link spam detection prompt | `true` | No |
59+
| `enable-ai-detection` | Enable built-in AI-generated content detection prompt | `true` | No |
6060

6161
## Inference
6262

6363
The action does not require any external API keys for inference - it uses the
6464
built-in GitHub token with `models: read` permission to access GitHub Models.
6565

66-
Every GitHub user has Github Models inference for free, but if you're running
66+
Every GitHub user has GitHub Models inference for free, but if you're running
6767
into rate limiting issues you can choose to
6868
[opt in to paid usage](https://docs.github.com/en/billing/managing-billing-for-your-products/about-billing-for-github-models).
6969

0 commit comments

Comments
 (0)