Skip to content

Commit

Permalink
fix: remove labels
Browse files Browse the repository at this point in the history
The previous configuration was generating false positives.
  • Loading branch information
kgryte committed Mar 15, 2024
1 parent c5e01bf commit f52e28e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,3 @@ BLAS:
Math:
- changed-files:
- any-glob-to-any-file: '**/math/**/*'

Utilities:
- changed-files:
- any-glob-to-any-file: '**/utils/**/*'

C:
- changed-files:
- any-glob-to-any-file: '**/*.c'
- any-glob-to-any-file: '**/*.h'

JavaScript:
- changed-files:
- any-glob-to-any-file: '**/*.js'

Documentation:
- changed-files:
- any-glob-to-any-file: '**/repl.txt'
- any-glob-to-any-file: '**/README.md'

0 comments on commit f52e28e

Please sign in to comment.