We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f3f0e commit ae06379Copy full SHA for ae06379
.github/labeler.yml
@@ -14,16 +14,26 @@ github:
14
license-templates:
15
- license-templates/**/*
16
17
-repo:
18
- - ./*
19
-
20
scripts:
21
- scripts/**/*
22
23
src:
24
- src/**/*
25
26
tests:
+ - .clang-format
+ - .editorconfig
+ - .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
37
- test/**/*
38
39
tmp:
0 commit comments