We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc5e36 commit 87af6a1Copy full SHA for 87af6a1
1 file changed
.github/workflows/pr-quality.yml
@@ -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