From b21de8a73658c3c38aec2f71c3d7c709a1c34827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Gj=C3=B8by=20Thom?= <34199185+havardthom@users.noreply.github.com> Date: Sun, 17 Nov 2024 11:31:13 +0100 Subject: [PATCH] Small fix autolabeler (#297) --- .github/autolabeler-config.json | 11 ++--------- .github/workflows/autolabeler.yml | 3 --- 2 files changed, 2 insertions(+), 12 deletions(-) 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: }); } } - - -