Skip to content

Commit 6671988

Browse files
authored
[CI] Adjust labeler rules for refactored architecture (learning-process#504)
1 parent d1fc550 commit 6671988

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/labeler.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
'task:all':
2-
- "tasks/all/**"
2+
- "tasks/**/all"
33
'task:mpi':
4-
- "tasks/mpi/**"
4+
- "tasks/**/mpi"
55
'task:omp':
6-
- "tasks/omp/**"
6+
- "tasks/**/omp"
77
'task:seq':
8-
- "tasks/seq/**"
8+
- "tasks/**/seq"
99
'task:stl':
10-
- "tasks/stl/**"
10+
- "tasks/**/stl"
1111
'task:tbb':
12-
- "tasks/tbb/**"
12+
- "tasks/**/tbb"
13+
task:
14+
- "tasks/**"
1315
ci:
1416
- ".github/**"
1517
- "appveyor.yml"

0 commit comments

Comments
 (0)