Skip to content

Commit 73ca2b0

Browse files
committed
build: add LAPACK to auto-labeler
1 parent 44f7338 commit 73ca2b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ BLAS:
2020
- changed-files:
2121
- any-glob-to-all-files: '**/blas/**/*'
2222

23+
LAPACK:
24+
- changed-files:
25+
- any-glob-to-all-files: '**/lapack/**/*'
26+
2327
Math:
2428
- changed-files:
2529
- any-glob-to-all-files: '**/math/**/*'

0 commit comments

Comments
 (0)