From 4f5f1ad841ec13f173cfc28de6b0e6d99fdecbbb Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:11:59 -0600 Subject: [PATCH] Decrease max failures from 4 to 3 Reduce the maximum allowed failures in PR quality check. --- .github/workflows/pr-quality.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index 3554babb2..6de85fa27 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -16,7 +16,6 @@ jobs: steps: - uses: peakoss/anti-slop@v0 with: - max-failures: 4 blocked-commit-authors: "claude,copilot" require-description: true min-account-age: 5