forked from TanStack/router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler-config.yml
More file actions
108 lines (108 loc) · 3.97 KB
/
labeler-config.yml
File metadata and controls
108 lines (108 loc) · 3.97 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
'package: arktype-adapter':
- changed-files:
- any-glob-to-any-file: 'packages/arktype-adapter/**/*'
'package: directive-functions-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/directive-functions-plugin/**/*'
'package: eslint-plugin-router':
- changed-files:
- any-glob-to-any-file: 'packages/eslint-plugin-router/**/*'
'package: history':
- changed-files:
- any-glob-to-any-file: 'packages/history/**/*'
'package: react-router':
- changed-files:
- any-glob-to-any-file: 'packages/react-router/**/*'
'package: react-router-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/react-router-devtools/**/*'
'package: react-router-with-query':
- changed-files:
- any-glob-to-any-file: 'packages/react-router-with-query/**/*'
'package: react-start':
- changed-files:
- any-glob-to-any-file: 'packages/react-start/**/*'
'package: react-start-client':
- changed-files:
- any-glob-to-any-file: 'packages/react-start-client/**/*'
'package: react-start-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/react-start-plugin/**/*'
'package: react-start-server':
- changed-files:
- any-glob-to-any-file: 'packages/react-start-server/**/*'
'package: router-cli':
- changed-files:
- any-glob-to-any-file: 'packages/router-cli/**/*'
'package: router-core':
- changed-files:
- any-glob-to-any-file: 'packages/router-core/**/*'
'package: router-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/router-devtools/**/*'
'package: router-devtools-core':
- changed-files:
- any-glob-to-any-file: 'packages/router-devtools-core/**/*'
'package: router-generator':
- changed-files:
- any-glob-to-any-file: 'packages/router-generator/**/*'
'package: router-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/router-plugin/**/*'
'package: router-utils':
- changed-files:
- any-glob-to-any-file: 'packages/router-utils/**/*'
'package: router-vite-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/router-vite-plugin/**/*'
'package: server-functions-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/server-functions-plugin/**/*'
'package: solid-router':
- changed-files:
- any-glob-to-any-file: 'packages/solid-router/**/*'
'package: solid-router-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/solid-router-devtools/**/*'
'package: solid-start':
- changed-files:
- any-glob-to-any-file: 'packages/solid-start/**/*'
'package: solid-start-client':
- changed-files:
- any-glob-to-any-file: 'packages/solid-start-client/**/*'
'package: solid-start-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/solid-start-plugin/**/*'
'package: solid-start-server':
- changed-files:
- any-glob-to-any-file: 'packages/solid-start-server/**/*'
'package: start-client-core':
- changed-files:
- any-glob-to-any-file: 'packages/start-client-core/**/*'
'package: start-plugin-core':
- changed-files:
- any-glob-to-any-file: 'packages/start-plugin-core/**/*'
'package: start-server-core':
- changed-files:
- any-glob-to-any-file: 'packages/start-server-core/**/*'
'package: start-server-functions-client':
- changed-files:
- any-glob-to-any-file: 'packages/start-server-functions-client/**/*'
'package: start-server-functions-fetcher':
- changed-files:
- any-glob-to-any-file: 'packages/start-server-functions-fetcher/**/*'
'package: start-server-functions-server':
- changed-files:
- any-glob-to-any-file: 'packages/start-server-functions-server/**/*'
'package: valibot-adapter':
- changed-files:
- any-glob-to-any-file: 'packages/valibot-adapter/**/*'
'package: virtual-file-routes':
- changed-files:
- any-glob-to-any-file: 'packages/virtual-file-routes/**/*'
'package: zod-adapter':
- changed-files:
- any-glob-to-any-file: 'packages/zod-adapter/**/*'
'documentation':
- changed-files:
- any-glob-to-any-file: 'docs/**/*'