]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Dont label dependabot as enhancments
authorshamoon <4887959+shamoon@users.noreply.github.com>
Sun, 1 Jun 2025 00:02:07 +0000 (17:02 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Sun, 1 Jun 2025 00:02:07 +0000 (17:02 -0700)
.github/workflows/pr-bot.yml

index 8a394e9c7c64c197b1a420a2d3ddf36323b041f9..5a5ff6ea98f5c249bd46075df27dbbdb16932daa 100644 (file)
@@ -37,7 +37,7 @@ jobs:
               labels.push('bug');
             } else if (/^feature/i.test(title)) {
               labels.push('enhancement');
-            } else {
+            } else if (!/^(dependabot)/i.test(title)) {
               labels.push('enhancement'); // Default fallback
             }