Skip to content

Commit 6fe683e

Browse files
committed
update labeler config: add module-specific labels
1 parent b0c18d4 commit 6fe683e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/labeler.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@ task:
1515
ci:
1616
- ".github/**"
1717
- "appveyor.yml"
18-
core:
19-
- "modules/core/**"
20-
samples:
21-
- "modules/ref/**"
18+
'modules:performance':
19+
- "modules/performance/**"
20+
'modules:runners':
21+
- "modules/runners/**"
22+
'modules:task':
23+
- "modules/task/**"
24+
'modules:util':
25+
- "modules/util/**"
2226
3rdparty:
2327
- "3rdparty/**"
2428
infrastructure:

0 commit comments

Comments
 (0)