Skip to content

Commit 3cd63c6

Browse files
authored
[CI] Fix setting 'infrastructure' label and add 'python' label (#272)
1 parent c5f2f40 commit 3cd63c6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/labeler.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,17 @@ samples:
2020
3rdparty:
2121
- "3rdparty/**"
2222
infrastructure:
23-
- "*"
24-
- "!*/**"
2523
- "scripts/**"
2624
- "**/CMakeLists.txt"
2725
- "cmake/**"
28-
- "!README.md"
26+
- ".clang-format"
27+
- ".clang-tidy"
28+
- ".gitignore"
29+
- ".gitmodules"
30+
- "codecov.yml"
31+
- "setup.cfg"
32+
python:
33+
- "**/requirements.txt"
2934
docs:
3035
- "docs/**"
3136
- "README.md"

0 commit comments

Comments
 (0)