From 78f3a38c2d3c26db3b6d8fa961b8eb3e8db0e7fd Mon Sep 17 00:00:00 2001 From: Enno Gotthold Date: Fri, 1 Nov 2024 12:00:52 +0100 Subject: [PATCH] CI: Attempt to fix labeler action config file --- .github/labeler.yml | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 84cb168d..9657b619 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,22 +1,33 @@ API-Client: - - projects/cobbler-api/* - - projects/cobbler-api/**/* +- changed-files: + - any-glob-to-any-file: + - projects/cobbler-api/* + - projects/cobbler-api/**/* Frontend: - - projects/cobbler-frontend/* - - projects/cobbler-frontend/**/* +- changed-files: + - any-glob-to-any-file: + - projects/cobbler-frontend/* + - projects/cobbler-frontend/**/* TS-XMLRPC: - - projects/typescript-xmlrpc/* - - projects/typescript-xmlrpc/**/* +- changed-files: + - any-glob-to-any-file: + - projects/typescript-xmlrpc/* + - projects/typescript-xmlrpc/**/* documentation: - - docs-additional/* - - docs-additional/**/* +- changed-files: + - any-glob-to-any-file: + - docs-additional/* + - docs-additional/**/* tests: - - "*.spec.ts" +- changed-files: + - any-glob-to-any-file: "*.spec.ts" dependencies: - - package.json - - package-lock.json +- changed-files: + - any-glob-to-any-file: + - package.json + - package-lock.json