Skip to content

Commit

Permalink
chore(tooling): update labeler for tooling related PRs (#4607)
Browse files Browse the repository at this point in the history
* feat: update labeler

* fix

* fix: add empty line

* feat: update to apps-ui-kit

* feat: add tooling label
  • Loading branch information
evavirseda authored Dec 26, 2024
1 parent daee547 commit ab9526d
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,37 @@ documentation:
explorer:
- changed-files:
- any-glob-to-any-file: apps/explorer/**/*
wallet:
- changed-files:
- any-glob-to-any-file: apps/wallet/**/*
wallet-dashboard:
- changed-files:
- any-glob-to-any-file: apps/wallet-dashboard/**/*
ts-sdk:
- changed-files:
- 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 ab9526d

Please sign in to comment.