ci: [codex] Remove anti-slop GitHub Actions workflow (#35432)

This commit is contained in:
-LAN-
2026-04-20 18:25:40 +08:00
committed by GitHub
parent ba8e0681d5
commit 5cae61eb5a

View File

@@ -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"