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