From 24da02a216de607c84d74baa00bd115f97521f0c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 24 Apr 2025 20:42:09 +0200 Subject: [PATCH] .github/labeler: update PR labels Signed-off-by: Patrik Oldsberg --- .github/labeler.yml | 92 +++++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 53 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index e6568091b8..1f76af339f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,74 +1,60 @@ -area:catalog: - - changed-files: - - any-glob-to-any-file: - - plugins/catalog/**/* - - plugins/catalog-*/**/* - - packages/catalog-*/**/* -area:home: - - changed-files: - - any-glob-to-any-file: - - plugins/home/**/* -area:search: - - changed-files: - - any-glob-to-any-file: - - plugins/search/**/* - - plugins/search-*/**/* - - packages/search-*/**/* - - plugins/home/**/* -area:events: - - changed-files: - - any-glob-to-any-file: - - plugins/events-*/**/* -area:kubernetes: - - changed-files: - - any-glob-to-any-file: - - plugins/kubernetes/**/* - - plugins/kubernetes-*/**/* -area:permission: - - changed-files: - - any-glob-to-any-file: - - plugins/permission-*/**/* -area:scaffolder: - - changed-files: - - any-glob-to-any-file: - - plugins/scaffolder/**/* - - plugins/scaffolder-*/**/* -area:techdocs: - - changed-files: - - any-glob-to-any-file: - - plugins/techdocs/**/* - - plugins/techdocs-*/**/* - - packages/techdocs-*/**/* -bep: - - changed-files: - - any-glob-to-any-file: - - beps/**/* -auth: +area:auth: - changed-files: - any-glob-to-any-file: - plugins/auth-*/**/* - packages/core-app-api/src/apis/implementations/auth/**/* - packages/core-app-api/src/lib/Auth*/**/* - packages/core-plugin-api/src/apis/definitions/auth.ts -documentation: +area:catalog: + - changed-files: + - any-glob-to-any-file: + - plugins/catalog/**/* + - plugins/catalog-*/**/* + - packages/catalog-*/**/* +area:documentation: - changed-files: - any-glob-to-any-file: - docs/**/* -homepage: +area:events: + - changed-files: + - any-glob-to-any-file: + - plugins/events-*/**/* +area:home: - changed-files: - any-glob-to-any-file: - plugins/home/**/* -microsite: +area:kubernetes: + - changed-files: + - any-glob-to-any-file: + - plugins/kubernetes/**/* + - plugins/kubernetes-*/**/* +area:microsite: - changed-files: - any-glob-to-any-file: - microsite/**/* -search: +area:permission: + - changed-files: + - any-glob-to-any-file: + - plugins/permission-*/**/* +area:search: - changed-files: - any-glob-to-any-file: - - plugins/search/**/* - - plugins/search-*/**/* - packages/search-*/**/* -storybook: + - plugins/home/**/* + - plugins/search-*/**/* + - plugins/search/**/* +area:scaffolder: + - changed-files: + - any-glob-to-any-file: + - plugins/scaffolder/**/* + - plugins/scaffolder-*/**/* +area:storybook: - changed-files: - any-glob-to-any-file: - storybook/**/* +area:techdocs: + - changed-files: + - any-glob-to-any-file: + - plugins/techdocs/**/* + - plugins/techdocs-*/**/* + - packages/techdocs-*/**/*