e06fe8e8c6
Secret Leaks / trufflehog (push) Failing after 1s
Build documentation / build (push) Failing after 1s
Build documentation / build_other_lang (push) Failing after 0s
CodeQL Security Analysis / CodeQL Analysis (push) Failing after 0s
PR CI / pr-ci (push) Failing after 1s
Slow tests on important models (on Push - A10) / Get all modified files (push) Failing after 1s
Slow tests on important models (on Push - A10) / Model CI (push) Has been skipped
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Has been cancelled
New model PR merged notification / Notify new model (push) Has been cancelled
Update Transformers metadata / build_and_package (push) Has been cancelled
69 lines
2.2 KiB
YAML
69 lines
2.2 KiB
YAML
name: Anti-Slop
|
|
|
|
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@57858eead489d08b255fab2af45a506c2ca6eab2 # v0.3.0
|
|
with:
|
|
# -- Failure threshold --
|
|
# Require both enabled checks to fail before labeling while we validate the signals
|
|
max-failures: 2
|
|
|
|
# -- Do NOT close or lock, just label --
|
|
close-pr: false
|
|
lock-pr: false
|
|
failure-add-pr-labels: "Code agent slop"
|
|
failure-pr-message: |
|
|
This PR was flagged by our automated quality checks. If you're a genuine
|
|
contributor, please reply here and a maintainer will review your PR.
|
|
|
|
Common reasons for flagging:
|
|
- New GitHub account
|
|
- Unusually high number of repository forks in a 24-hour window
|
|
|
|
We appreciate your contribution and apologize if this is a false positive!
|
|
|
|
# -- Account checks --
|
|
# Start with two conservative, high-signal checks and iterate from there
|
|
min-account-age: 30
|
|
max-daily-forks: 7
|
|
|
|
# -- Disabled checks (keep minimal) --
|
|
blocked-source-branches: ""
|
|
blocked-paths: ""
|
|
detect-spam-usernames: false
|
|
min-profile-completeness: 0
|
|
require-description: false
|
|
require-linked-issue: false
|
|
require-conventional-title: false
|
|
require-pr-template: false
|
|
strict-pr-template-sections: ""
|
|
optional-pr-template-sections: ""
|
|
max-additional-pr-template-sections: 0
|
|
max-description-length: 0
|
|
require-conventional-commits: false
|
|
require-commit-author-match: false
|
|
require-maintainer-can-modify: false
|
|
require-final-newline: false
|
|
max-added-comments: 0
|
|
max-emoji-count: 0
|
|
max-code-references: 0
|
|
max-commit-message-length: 0
|
|
min-repo-merged-prs: 0
|
|
min-repo-merge-ratio: 0
|
|
min-global-merge-ratio: 0
|
|
|
|
# -- Exemptions --
|
|
exempt-author-association: "OWNER,MEMBER,COLLABORATOR"
|
|
exempt-label: "exempt"
|