diff --git a/.github/autolabeler-config.json b/.github/autolabeler-config.json index a1439171..4485d62c 100644 --- a/.github/autolabeler-config.json +++ b/.github/autolabeler-config.json @@ -40,17 +40,10 @@ "excludeGlobs": [] } ], - "frontend": [ + "website": [ { "fileStatus": null, - "includeGlobs": ["frontend/**"], - "excludeGlobs": [] - } - ], - "documentation": [ - { - "fileStatus": null, - "includeGlobs": ["json/**"], + "includeGlobs": ["frontend/**", "json/**"], "excludeGlobs": [] } ], diff --git a/.github/workflows/autolabeler.yml b/.github/workflows/autolabeler.yml index 9ad49c6f..660135f5 100644 --- a/.github/workflows/autolabeler.yml +++ b/.github/workflows/autolabeler.yml @@ -60,6 +60,3 @@ jobs: }); } } - - -