Skip to content

Commit ae06379

Browse files
authored
gha: update labeler (#431)
1 parent b8f3f0e commit ae06379

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/labeler.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,26 @@ github:
1414
license-templates:
1515
- license-templates/**/*
1616

17-
repo:
18-
- ./*
19-
2017
scripts:
2118
- scripts/**/*
2219

2320
src:
2421
- src/**/*
2522

2623
tests:
24+
- .clang-format
25+
- .editorconfig
26+
- .mergify.yml
27+
- .pre-commit-config.yaml
28+
- .prettierignore
29+
- .prettierrc
30+
- CMakeLists.txt
31+
- CODEOWNERS
32+
- Dockerfile
33+
- Makefile
34+
- codespell.txt
35+
- docker-compose.yml
36+
- mlc_config.json
2737
- test/**/*
2838

2939
tmp:

0 commit comments

Comments
 (0)