Skip to content

Commit 7d35abf

Browse files
committed
chore: refine the anti-slop workflow configuration
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 2195449 commit 7d35abf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pr-quality.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,13 @@ jobs:
1515
steps:
1616
- uses: peakoss/anti-slop@v0
1717
with:
18+
# Number of check failures needed before failure actions are triggered
1819
max-failures: 3
20+
# List of commit author usernames to block
1921
blocked-commit-authors: "claude,copilot"
22+
# Require the PR to reference at least one issue in the PR description.
23+
require-linked-issue: true
24+
# List of terms blocked from appearing in the PR description
25+
blocked-terms: "MANGO"
26+
# Minimum GitHub account age in days
27+
min-account-age: 30

0 commit comments

Comments
 (0)