From f89b2f73a0eae72248a829509cdeabf640d570dd Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 20 Dec 2021 13:31:26 +0100 Subject: [PATCH 1/2] label changes to techdocs, docs, microsite and auth folders Signed-off-by: Johan Haals --- .github/labeler.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5f513b3db8..735b680685 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -9,3 +9,13 @@ search: - plugins/search/**/* - plugins/search-*/**/* - packages/search-*/**/* +docs-like-code: + - plugins/techdocs/**/* + - plugins/techdocs-*/**/* + - packages/techdocs-*/**/* +documentation: + - docs/**/* +microsite: + - microsite/**/* +auth: + - plugins/auth-backend/**/* From b24828d4dd8f44e8a4943f0918e5b08696864de8 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 20 Dec 2021 16:09:42 +0100 Subject: [PATCH 2/2] add more auth directories Signed-off-by: Johan Haals --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 735b680685..f141107482 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,3 +19,6 @@ microsite: - microsite/**/* auth: - plugins/auth-backend/**/* + - packages/core-app-api/src/apis/implementations/auth/**/* + - packages/core-app-api/src/lib/Auth*/**/* + - packages/core-plugin-api/src/apis/definitions/auth.ts