feat(workflow): add PR quality check to enforce standards and prevent issues

This commit is contained in:
Mauricio Siu
2026-02-17 21:09:32 -06:00
parent 1d5ab71bd5
commit 756d276f47

22
.github/workflows/pr-quality.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
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:
max-failures: 4
blocked-commit-authors: "claude,copilot"
require-description: true
min-account-age: 5