Skip to content

Commit dbc030e

Browse files
committed
Fix .github/labeler.yml config structure
1 parent c01829a commit dbc030e

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

.github/labeler.yml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,56 @@
44
---
55
ci-cd:
66
- changed-files:
7-
- .github/**
7+
- any-glob-to-any-file:
8+
- .github/**
89

910
specification:
1011
- changed-files:
11-
- scripts/core/**
12+
- any-glob-to-any-file:
13+
- scripts/core/**
1214

1315
experimental:
1416
- changed-files:
15-
- scripts/core/EXP*.rst
16-
- scripts/core/exp*.yml
17+
- any-glob-to-any-file:
18+
- scripts/core/EXP*.rst
19+
- scripts/core/exp*.yml
1720

1821
common:
1922
- changed-files:
20-
- source/common/**
23+
- any-glob-to-any-file:
24+
- source/common/**
2125

2226
loader:
2327
- changed-files:
24-
- source/loader/**
28+
- any-glob-to-any-file:
29+
- source/loader/**
2530

2631
opencl:
2732
- changed-files:
28-
- source/adapter/opencl/**
33+
- any-glob-to-any-file:
34+
- source/adapter/opencl/**
2935

3036
level-zero:
3137
- changed-files:
32-
- source/adapters/level_zero/**
38+
- any-glob-to-any-file:
39+
- source/adapters/level_zero/**
3340

3441
cuda:
3542
- changed-files:
36-
- source/adapters/cuda/**
43+
- any-glob-to-any-file:
44+
- source/adapters/cuda/**
3745

3846
hip:
3947
- changed-files:
40-
- source/adapters/hip/**
48+
- any-glob-to-any-file:
49+
- source/adapters/hip/**
4150

4251
native-cpu:
4352
- changed-files:
44-
- source/adapters/native_cpu/**
53+
- any-glob-to-any-file:
54+
- source/adapters/native_cpu/**
4555

4656
conformance:
4757
- changed-files:
48-
- test/conformance/**
58+
- any-glob-to-any-file:
59+
- test/conformance/**

0 commit comments

Comments
 (0)