Skip to content

Commit

Permalink
chore(repo): Add missing packages to labeler.yml (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Jan 8, 2025
1 parent 620b8d2 commit 4fb345f
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See https://github.com/actions/labeler

astro:
- packages/astro/**

backend:
- packages/backend/**

Expand All @@ -12,12 +15,12 @@ clerk-js:
elements:
- packages/elements/**

express:
- packages/express/**

expo:
- packages/expo/**

express:
- packages/express/**

fastify:
- packages/fastify/**

Expand All @@ -27,23 +30,35 @@ localizations:
nextjs:
- packages/nextjs/**

nuxt:
- packages/nuxt/**

react:
- packages/react/**

react-router:
- packages/react-router/**

remix:
- packages/remix/**

sdk-node:
- packages/sdk-node/**

tanstack:
- packages/tanstack-start/**

testing:
- packages/testing/**

themes:
- packages/themes/**

types:
- packages/types/**

testing:
- packages/testing/**
vue:
- packages/vue/**

playground:
- playground/**
Expand All @@ -53,6 +68,3 @@ actions:

integration:
- integration/**

tanstack:
- packages/tanstack-start/**

0 comments on commit 4fb345f

Please sign in to comment.