From 5cae61eb5aad4381b4b6dfc49e41d70a77bec978 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Mon, 20 Apr 2026 18:25:40 +0800 Subject: [PATCH] ci: [codex] Remove anti-slop GitHub Actions workflow (#35432) --- .github/workflows/anti-slop.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/anti-slop.yml diff --git a/.github/workflows/anti-slop.yml b/.github/workflows/anti-slop.yml deleted file mode 100644 index b0f0a36bc9..0000000000 --- a/.github/workflows/anti-slop.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Anti-Slop PR Check - -on: - pull_request_target: - types: [opened, edited, synchronize] - -permissions: - pull-requests: write - contents: read - -jobs: - anti-slop: - runs-on: ubuntu-latest - steps: - - uses: peakoss/anti-slop@85daca1880e9e1af197fc06ea03349daf08f4202 # v0.2.1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - close-pr: false - failure-add-pr-labels: "needs-revision"