Skip to content

Commit 43dcd35

Browse files
committed
chore: adjust anti-clop configuration
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 5e4d75d commit 43dcd35

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/pr-quality.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111

1212
jobs:
1313
anti-slop:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
15+
name: Detects and automatically closes low-quality and AI slop PRs
1516
steps:
1617
- uses: peakoss/anti-slop@v0
1718
with:
@@ -23,9 +24,9 @@ jobs:
2324
require-linked-issue: true
2425
# List of terms blocked from appearing in the PR description
2526
blocked-terms: "MANGO"
26-
# Minimum GitHub account age in days
27-
min-account-age: 30
2827
# Require all changed files to end with a newline character
29-
final-newline: false
28+
require-final-newline: false
3029
# PR does not allow maintainers to push to the source
3130
require-maintainer-can-modify: false
31+
# Minimum number of profile signals the user must have to pass. Disabled.
32+
min-profile-completeness: 0

0 commit comments

Comments
 (0)