Skip to content

Commit

Permalink
feat: add tooling label
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda committed Dec 26, 2024
1 parent 79d730a commit 3edd18d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,29 @@ wallet-dashboard:
- any-glob-to-any-file: apps/wallet-dashboard/**/*
ts-sdk:
- changed-files:
- any-glob-to-any-file: sdk/typescript/**/*
- any-glob-to-any-file: sdk/**/*
apps-ui-kit:
- changed-files:
- any-glob-to-any-file: apps/ui-kit/**/*
apps-backend:
- changed-files:
- any-glob-to-any-file: apps/apps-backend/**/*
tooling:
- changed-files:
- any-glob-to-any-file: |
sdk/**
apps/**
dapps/**
linting/**
.husky/**
.changeset/**
.eslintrc.js
.lintstagedrc.json
.npmrc
.prettierignore
graphql.config.ts
package.json
pnpm-workspace.yaml
prettier.config.js
turbo.json
vercel.json

0 comments on commit 3edd18d

Please sign in to comment.