Small fix autolabeler (#297)

This commit is contained in:
Håvard Gjøby Thom
2024-11-17 11:31:13 +01:00
committed by GitHub
parent f9e0dfb270
commit b21de8a736
2 changed files with 2 additions and 12 deletions
+2 -9
View File
@@ -40,17 +40,10 @@
"excludeGlobs": [] "excludeGlobs": []
} }
], ],
"frontend": [ "website": [
{ {
"fileStatus": null, "fileStatus": null,
"includeGlobs": ["frontend/**"], "includeGlobs": ["frontend/**", "json/**"],
"excludeGlobs": []
}
],
"documentation": [
{
"fileStatus": null,
"includeGlobs": ["json/**"],
"excludeGlobs": [] "excludeGlobs": []
} }
], ],
-3
View File
@@ -60,6 +60,3 @@ jobs:
}); });
} }
} }