Skip to content

Commit f6ea6f7

Browse files
authored
[CI] Update labeler settings (#700)
1 parent 2402048 commit f6ea6f7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/labeler.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,30 @@ infrastructure:
7272
- "cmake/**"
7373
- ".clang-format"
7474
- ".clang-tidy"
75+
- ".editorconfig"
7576
- ".gitignore"
7677
- ".gitmodules"
77-
- "codecov.yml"
78+
- ".pre-commit-config.yaml"
79+
- ".yamllint"
80+
- "LICENSE"
7881
- "setup.cfg"
7982

8083
python:
8184
- changed-files:
8285
- any-glob-to-any-file:
8386
- "**/requirements.txt"
8487

88+
docker:
89+
- changed-files:
90+
- any-glob-to-any-file:
91+
- "docker/**"
92+
- ".devcontainer/**"
93+
8594
docs:
8695
- changed-files:
8796
- any-glob-to-any-file:
8897
- "docs/**"
98+
- "Doxyfile"
8999
- "README.md"
90100

91101
scoreboard:

0 commit comments

Comments
 (0)