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