forked from TanStack/query
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler-config.yml
More file actions
75 lines (75 loc) · 2.92 KB
/
labeler-config.yml
File metadata and controls
75 lines (75 loc) · 2.92 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
'package: angular-query-devtools-experimental':
- changed-files:
- any-glob-to-any-file: 'packages/angular-query-devtools-experimental/**/*'
'package: angular-query-experimental':
- changed-files:
- any-glob-to-any-file: 'packages/angular-query-experimental/**/*'
'package: angular-query-persist-client':
- changed-files:
- any-glob-to-any-file: 'packages/angular-query-persist-client/**/*'
'package: eslint-plugin-query':
- changed-files:
- any-glob-to-any-file: 'packages/eslint-plugin-query/**/*'
'package: query-async-storage-persister':
- changed-files:
- any-glob-to-any-file: 'packages/query-async-storage-persister/**/*'
'package: query-broadcast-client-experimental':
- changed-files:
- any-glob-to-any-file: 'packages/query-broadcast-client-experimental/**/*'
'package: query-codemods':
- changed-files:
- any-glob-to-any-file: 'packages/query-codemods/**/*'
'package: query-core':
- changed-files:
- any-glob-to-any-file: 'packages/query-core/**/*'
'package: query-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/query-devtools/**/*'
'package: query-persist-client-core':
- changed-files:
- any-glob-to-any-file: 'packages/query-persist-client-core/**/*'
'package: query-sync-storage-persister':
- changed-files:
- any-glob-to-any-file: 'packages/query-sync-storage-persister/**/*'
'package: query-test-utils':
- changed-files:
- any-glob-to-any-file: 'packages/query-test-utils/**/*'
'package: react-query':
- changed-files:
- any-glob-to-any-file: 'packages/react-query/**/*'
'package: react-query-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/react-query-devtools/**/*'
'package: react-query-next-experimental':
- changed-files:
- any-glob-to-any-file: 'packages/react-query-next-experimental/**/*'
'package: react-query-persist-client':
- changed-files:
- any-glob-to-any-file: 'packages/react-query-persist-client/**/*'
'package: solid-query':
- changed-files:
- any-glob-to-any-file: 'packages/solid-query/**/*'
'package: solid-query-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/solid-query-devtools/**/*'
'package: solid-query-persist-client':
- changed-files:
- any-glob-to-any-file: 'packages/solid-query-persist-client/**/*'
'package: svelte-query':
- changed-files:
- any-glob-to-any-file: 'packages/svelte-query/**/*'
'package: svelte-query-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/svelte-query-devtools/**/*'
'package: svelte-query-persist-client':
- changed-files:
- any-glob-to-any-file: 'packages/svelte-query-persist-client/**/*'
'package: vue-query':
- changed-files:
- any-glob-to-any-file: 'packages/vue-query/**/*'
'package: vue-query-devtools':
- changed-files:
- any-glob-to-any-file: 'packages/vue-query-devtools/**/*'
'documentation':
- changed-files:
- any-glob-to-any-file: 'docs/**/*'