Skip to content

Commit 246fbd8

Browse files
committed
ci: fix auto labeler config
1 parent bd414b7 commit 246fbd8

File tree

1 file changed

+96
-43
lines changed

1 file changed

+96
-43
lines changed

.github/labeler.yml

+96-43
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,115 @@
11
docs:
2-
- 'docs/**/*'
3-
- '**/README.md'
4-
- 'packages/frontend/templates/**/*'
2+
- changed-files:
3+
- any-glob-to-any-file:
4+
- 'docs/**/*'
5+
- '**/README.md'
6+
- 'packages/frontend/templates/**/*'
57

68
test:
7-
- 'tests/**/*'
8-
- '**/tests/**/*'
9-
- '**/__tests__/**/*'
9+
- changed-files:
10+
- any-glob-to-any-file:
11+
- 'tests/**/*'
12+
- '**/tests/**/*'
13+
- '**/__tests__/**/*'
1014

1115
mod:dev:
12-
- 'scripts/**/*'
13-
- 'tools/cli/**/*'
14-
- 'packages/common/debug/**/*'
16+
- changed-files:
17+
- any-glob-to-any-file:
18+
- 'scripts/**/*'
19+
- 'tools/cli/**/*'
20+
- 'packages/common/debug/**/*'
1521

1622
mod:plugin:
17-
- 'packages/plugins/**/*'
23+
- changed-files:
24+
- any-glob-to-any-file:
25+
- 'packages/plugins/**/*'
1826

1927
plugin:copilot:
20-
- 'packages/plugins/copilot/**/*'
28+
- changed-files:
29+
- any-glob-to-any-file:
30+
- 'packages/plugins/copilot/**/*'
2131

2232
mod:infra:
23-
- 'packages/common/infra/**/*'
33+
- changed-files:
34+
- any-glob-to-any-file:
35+
- 'packages/common/infra/**/*'
2436

2537
mod:sdk:
26-
- 'packages/common/sdk/**/*'
38+
- changed-files:
39+
- any-glob-to-any-file:
40+
- 'packages/common/sdk/**/*'
2741

2842
mod:plugin-cli:
29-
- 'tools/plugin-cli/**/*'
30-
31-
mod:workspace: 'packages/frontend/workspace/**/*'
32-
33-
mod:i18n: 'packages/frontend/i18n/**/*'
34-
35-
mod:env: 'packages/common/env/**/*'
36-
37-
mod:hooks: 'packages/frontend/hooks/**/*'
38-
39-
mod:component: 'packages/frontend/component/**/*'
40-
41-
mod:storage: 'packages/backend/storage/**/*'
42-
43-
mod:native: 'packages/frontend/native/**/*'
43+
- changed-files:
44+
- any-glob-to-any-file:
45+
- 'tools/plugin-cli/**/*'
46+
47+
mod:workspace:
48+
- changed-files:
49+
- any-glob-to-any-file:
50+
- 'packages/frontend/workspace/**/*'
51+
52+
mod:i18n:
53+
- changed-files:
54+
- any-glob-to-any-file:
55+
- 'packages/frontend/i18n/**/*'
56+
57+
mod:env:
58+
- changed-files:
59+
- any-glob-to-any-file:
60+
- 'packages/common/env/**/*'
61+
62+
mod:hooks:
63+
- changed-files:
64+
- any-glob-to-any-file:
65+
- 'packages/frontend/hooks/**/*'
66+
67+
mod:component:
68+
- changed-files:
69+
- any-glob-to-any-file:
70+
- 'packages/frontend/component/**/*'
71+
72+
mod:storage:
73+
- changed-files:
74+
- any-glob-to-any-file:
75+
- 'packages/backend/storage/**/*'
76+
77+
mod:native:
78+
- changed-files:
79+
- any-glob-to-any-file:
80+
- 'packages/frontend/native/**/*'
4481

4582
mod:store:
46-
- '**/atoms/**/*'
83+
- changed-files:
84+
- any-glob-to-any-file:
85+
- '**/atoms/**/*'
4786

4887
rust:
49-
- '**/*.rs'
50-
- '**/Cargo.toml'
51-
- '**/Cargo.lock'
52-
- '**/rust-toolchain'
53-
- '**/rust-toolchain.toml'
54-
- '**/rustfmt.toml'
55-
56-
package:y-indexeddb: 'packages/common/y-indexeddb/**/*'
57-
58-
app:core: 'packages/frontend/core/**/*'
59-
60-
app:electron: 'packages/frontend/electron/**/*'
61-
62-
app:server: 'packages/backend/server/**/*'
88+
- changed-files:
89+
- any-glob-to-any-file:
90+
- '**/*.rs'
91+
- '**/Cargo.toml'
92+
- '**/Cargo.lock'
93+
- '**/rust-toolchain'
94+
- '**/rust-toolchain.toml'
95+
- '**/rustfmt.toml'
96+
97+
package:y-indexeddb:
98+
- changed-files:
99+
- any-glob-to-any-file:
100+
- 'packages/common/y-indexeddb/**/*'
101+
102+
app:core:
103+
- changed-files:
104+
- any-glob-to-any-file:
105+
- 'packages/frontend/core/**/*'
106+
107+
app:electron:
108+
- changed-files:
109+
- any-glob-to-any-file:
110+
- 'packages/frontend/electron/**/*'
111+
112+
app:server:
113+
- changed-files:
114+
- any-glob-to-any-file:
115+
- 'packages/backend/server/**/*'

0 commit comments

Comments
 (0)