Skip to content

Commit

Permalink
fix github labeler config (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim authored Jan 7, 2025
1 parent 8168ae0 commit eccfdee
Showing 1 changed file with 16 additions and 26 deletions.
42 changes: 16 additions & 26 deletions .github/config/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'

0 comments on commit eccfdee

Please sign in to comment.