From 2f85198887f4b20dd0c8607aaf94dc15b80142e7 Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 20 Mar 2026 19:15:27 +0100 Subject: [PATCH] improve: PR Quality --- .github/workflows/pr-quality.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index ee40a3b0..fd6c2483 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -16,7 +16,7 @@ jobs: - uses: peakoss/anti-slop@v0 with: # Overall - max-failures: 2 + max-failures: 3 require-maintainer-can-modify: true # Description @@ -40,3 +40,4 @@ jobs: exempt-label: "exempt" close-pr: true failure-add-pr-labels: "spam" + failure-pr-message: "This PR has been marked as Spam, please re-open if this is a mistake.