-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlabeler.yml
40 lines (40 loc) · 986 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
documentation:
- changed-files:
- any-glob-to-any-file: docs/content/**/*
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