Skip to content

Commit 812626b

Browse files
authored
[CI] Add glob for Github Actions labeler job (#158)
1 parent 760d2d3 commit 812626b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/labeler.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
'task:mpi':
2-
- "tasks/mpi"
2+
- "tasks/mpi/**"
33
'task:omp':
4-
- "tasks/omp"
4+
- "tasks/omp/**"
55
'task:seq':
6-
- "tasks/seq"
6+
- "tasks/seq/**"
77
'task:stl':
8-
- "tasks/stl"
8+
- "tasks/stl/**"
99
'task:tbb':
10-
- "tasks/tbb"
10+
- "tasks/tbb/**"
1111
ci:
12-
- ".github"
12+
- ".github/**"
1313
- "appveyor.yml"

0 commit comments

Comments
 (0)