Skip to content

Commit 87af6a1

Browse files
authored
ci: anti-slop
1 parent cfc5e36 commit 87af6a1

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/pr-quality.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: PR Quality
2+
3+
permissions:
4+
contents: read
5+
issues: read
6+
pull-requests: write
7+
8+
on:
9+
pull_request_target:
10+
types: [opened, reopened]
11+
12+
jobs:
13+
anti-slop:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: peakoss/anti-slop@85daca1880e9e1af197fc06ea03349daf08f4202 # v0.2.1
17+
with:
18+
require-pr-template: true
19+
max-failures: 4

0 commit comments

Comments
 (0)