Merge pull request #460 from rcastley/autolabeler-fix

Fixed typo in autolabeler
This commit is contained in:
Tobias 2025-05-26 06:46:10 +02:00 committed by GitHub
commit 0afbccb2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@
"json": [ "json": [
{ {
"fileStatus": "modified", "fileStatus": "modified",
"includeGlobs": ["frontend/publuc/json/**"], "includeGlobs": ["frontend/public/json/**"],
"excludeGlobs": [] "excludeGlobs": []
} }
], ],