mirror of
https://github.com/gethomepage/homepage.git
synced 2026-03-10 03:43:46 -04:00
19 lines
277 B
YAML
19 lines
277 B
YAML
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
|