]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add anti-slop job PR template requirement dev
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 20 Apr 2026 08:36:00 +0000 (01:36 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 08:36:00 +0000 (01:36 -0700)
.github/workflows/pr-bot.yml

index e9f97660890aa08b058b9fe7c08c623126024953..c4328e00a8b79bcc6317a3ac6c7bfc7d003ccc78 100644 (file)
@@ -3,7 +3,7 @@ on:
   pull_request_target:
     types: [opened]
 jobs:
-  anti-slop:
+  Anti-slop:
     runs-on: ubuntu-latest
     permissions:
       contents: read
@@ -14,6 +14,7 @@ jobs:
         with:
           max-failures: 4
           failure-add-pr-labels: 'ai'
+          require-pr-template: true
   pr-bot:
     name: Automated PR Bot
     runs-on: ubuntu-latest