-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathlabeler-config.yml
More file actions
123 lines (123 loc) · 4.44 KB
/
labeler-config.yml
File metadata and controls
123 lines (123 loc) · 4.44 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
'package: arktype-adapter':
- changed-files:
- any-glob-to-any-file: 'packages/arktype-adapter/**/*'
'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: nitro-v2-vite-plugin':
- changed-files:
- any-glob-to-any-file: 'packages/nitro-v2-vite-plugin/**/*'
'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-ssr-query':
- changed-files:
- any-glob-to-any-file: 'packages/react-router-ssr-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-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-ssr-query-core':
- changed-files:
- any-glob-to-any-file: 'packages/router-ssr-query-core/**/*'
'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: 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-router-ssr-query':
- changed-files:
- any-glob-to-any-file: 'packages/solid-router-ssr-query/**/*'
'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-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-fn-stubs':
- changed-files:
- any-glob-to-any-file: 'packages/start-fn-stubs/**/*'
'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-static-server-functions':
- changed-files:
- any-glob-to-any-file: 'packages/start-static-server-functions/**/*'
'package: start-storage-context':
- changed-files:
- any-glob-to-any-file: 'packages/start-storage-context/**/*'
'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: vue-router':
- changed-files:
- any-glob-to-any-file: 'packages/vue-router/**/*'
'package: vue-router-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/vue-router-devtools/**/*'
'package: vue-router-ssr-query':
- changed-files:
- any-glob-to-any-file: 'packages/vue-router-ssr-query/**/*'
'package: vue-start':
- changed-files:
- any-glob-to-any-file: 'packages/vue-start/**/*'
'package: vue-start-client':
- changed-files:
- any-glob-to-any-file: 'packages/vue-start-client/**/*'
'package: vue-start-server':
- changed-files:
- any-glob-to-any-file: 'packages/vue-start-server/**/*'
'package: zod-adapter':
- changed-files:
- any-glob-to-any-file: 'packages/zod-adapter/**/*'
'documentation':
- changed-files:
- any-glob-to-any-file: 'docs/**/*'