mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 07:05:56 -07:00
bd39fb48b9
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
25 lines
640 B
YAML
25 lines
640 B
YAML
name: PR Quality
|
|
|
|
permissions:
|
|
contents: 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
|
|
with:
|
|
max-failures: 4
|
|
failure-add-pr-labels: 'ai'
|
|
failure-pr-message: |
|
|
This pull request was automatically closed because it matched multiple low-quality or automated-PR signals.
|
|
require-pr-template: true
|
|
optional-pr-template-sections: 'Checklist:'
|
|
blocked-terms: |
|
|
ASLOP-PR-VERIFY
|