We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4d75d commit 43dcd35Copy full SHA for 43dcd35
1 file changed
.github/workflows/pr-quality.yml
@@ -11,7 +11,8 @@ on:
11
12
jobs:
13
anti-slop:
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
15
+ name: Detects and automatically closes low-quality and AI slop PRs
16
steps:
17
- uses: peakoss/anti-slop@v0
18
with:
@@ -23,9 +24,9 @@ jobs:
23
24
require-linked-issue: true
25
# List of terms blocked from appearing in the PR description
26
blocked-terms: "MANGO"
- # Minimum GitHub account age in days
27
- min-account-age: 30
28
# Require all changed files to end with a newline character
29
- final-newline: false
+ require-final-newline: false
30
# PR does not allow maintainers to push to the source
31
require-maintainer-can-modify: false
+ # Minimum number of profile signals the user must have to pass. Disabled.
32
+ min-profile-completeness: 0
0 commit comments