Skip to content

Commit f52e28e

Browse files
committed
fix: remove labels
The previous configuration was generating false positives.
1 parent c5e01bf commit f52e28e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/labeler.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,3 @@ BLAS:
2323
Math:
2424
- changed-files:
2525
- any-glob-to-any-file: '**/math/**/*'
26-
27-
Utilities:
28-
- changed-files:
29-
- any-glob-to-any-file: '**/utils/**/*'
30-
31-
C:
32-
- changed-files:
33-
- any-glob-to-any-file: '**/*.c'
34-
- any-glob-to-any-file: '**/*.h'
35-
36-
JavaScript:
37-
- changed-files:
38-
- any-glob-to-any-file: '**/*.js'
39-
40-
Documentation:
41-
- changed-files:
42-
- any-glob-to-any-file: '**/repl.txt'
43-
- any-glob-to-any-file: '**/README.md'

0 commit comments

Comments
 (0)