forked from Lilly-Protocol/lily-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
31 lines (24 loc) · 688 Bytes
/
Copy pathlabeler.yml
File metadata and controls
31 lines (24 loc) · 688 Bytes
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
config:
- changed-files:
- any-glob-to-any-file: ["src/config/**"]
components:
- changed-files:
- any-glob-to-any-file: ["src/components/**"]
features:
- changed-files:
- any-glob-to-any-file: ["src/features/**"]
app:
- changed-files:
- any-glob-to-any-file: ["src/app/**"]
ci:
- changed-files:
- any-glob-to-any-file: [".github/**"]
docs:
- changed-files:
- any-glob-to-any-file: ["docs/**", "**/*.md"]
tests:
- changed-files:
- any-glob-to-any-file: ["**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx", "src/test/**"]
styles:
- changed-files:
- any-glob-to-any-file: ["**/*.css", "tailwind.config.*"]