From 77eabe3e459022fe5cd8a917935b43b9fdac8790 Mon Sep 17 00:00:00 2001 From: Theo Ephraim Date: Tue, 7 Jan 2025 11:26:58 -0800 Subject: [PATCH] fix github labeler config --- .github/config/labeler.yaml | 42 ++++++++++++++----------------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/.github/config/labeler.yaml b/.github/config/labeler.yaml index 3dccdcf4..80338dee 100644 --- a/.github/config/labeler.yaml +++ b/.github/config/labeler.yaml @@ -3,64 +3,54 @@ ## core packages core: - changed-files: - - any-glob-to-any-file: 'packages/core/*' + - any-glob-to-any-file: 'packages/core/*' configraph: - changed-files: - - any-glob-to-any-file: 'packages/configraph/*' + - any-glob-to-any-file: 'packages/configraph/*' ## docs/readmes docs-site: - changed-files: - - any-glob-to-any-file: 'packages/docs-site/*' -## integrations -integrations/astro: -- changed-files: - - any-glob-to-any-file: 'packages/integrations/astro/*' -integrations/nextjs: -- changed-files: - - any-glob-to-any-file: 'packages/integrations/nextjs/*' -integrations/vite: -- changed-files: - - any-glob-to-any-file: 'packages/integrations/vite/*' + - any-glob-to-any-file: 'packages/docs-site/*' ## plugins plugins/1password: - changed-files: - - any-glob-to-any-file: 'packages/plugins/1password/*' + - any-glob-to-any-file: 'packages/plugins/1password/*' plugins/encrypted-vault: - changed-files: - - any-glob-to-any-file: 'packages/plugins/encrypted-vault/*' + - any-glob-to-any-file: 'packages/plugins/encrypted-vault/*' plugins/infisical: - changed-files: - - any-glob-to-any-file: 'packages/plugins/infisical/*' + - any-glob-to-any-file: 'packages/plugins/infisical/*' plugins/bitwarden: - changed-files: - - any-glob-to-any-file: 'packages/plugins/bitwarden/*' + - any-glob-to-any-file: 'packages/plugins/bitwarden/*' ## integrations integrations/astro: - changed-files: - - any-glob-to-any-file: 'packages/integrations/astro/*' + - any-glob-to-any-file: 'packages/integrations/astro/*' integrations/fastify: - changed-files: - - any-glob-to-any-file: 'packages/integrations/fastify/*' + - any-glob-to-any-file: 'packages/integrations/fastify/*' integrations/nextjs: - changed-files: - - any-glob-to-any-file: 'packages/integrations/nextjs/*' + - any-glob-to-any-file: 'packages/integrations/nextjs/*' integrations/remix: - changed-files: - - any-glob-to-any-file: 'packages/integrations/remix/*' + - any-glob-to-any-file: 'packages/integrations/remix/*' integrations/vite: - changed-files: - - any-glob-to-any-file: 'packages/integrations/vite/*' + - any-glob-to-any-file: 'packages/integrations/vite/*' ## platforms platforms/netlify: - changed-files: - - any-glob-to-any-file: 'packages/platforms/netlify/*' + - any-glob-to-any-file: 'packages/platforms/netlify/*' platforms/vercel: - changed-files: - - any-glob-to-any-file: 'packages/platforms/vercel/*' + - any-glob-to-any-file: 'packages/platforms/vercel/*' platforms/cloudflare: - changed-files: - - any-glob-to-any-file: 'packages/platforms/cloudflare/*' + - any-glob-to-any-file: 'packages/platforms/cloudflare/*' ## example-repo example-repo: - changed-files: - - any-glob-to-any-file: 'example-repo/*' + - any-glob-to-any-file: 'example-repo/*'