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.