From 238bb2f6f995852038cbe9ef94165797f6723939 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sat, 6 Jun 2026 03:55:07 -0600 Subject: [PATCH] chore: remove PR quality workflow configuration Deleted the `.github/workflows/pr-quality.yml` file, which contained the configuration for the PR Quality workflow. This removal streamlines the repository by eliminating unused workflow files. --- .github/workflows/pr-quality.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/pr-quality.yml diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml deleted file mode 100644 index 6de85fa27..000000000 --- a/.github/workflows/pr-quality.yml +++ /dev/null @@ -1,21 +0,0 @@ - -name: PR Quality - -permissions: - contents: read - issues: read - pull-requests: write - -on: - pull_request_target: - types: [opened, reopened] - -jobs: - anti-slop: - runs-on: ubuntu-latest - steps: - - uses: peakoss/anti-slop@v0 - with: - blocked-commit-authors: "claude,copilot" - require-description: true - min-account-age: 5