From 30659a02057a0ab848335b9325694e0df091903b Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 14 Dec 2025 15:41:06 +0100 Subject: [PATCH] [CI] Update labeler settings --- .github/labeler.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 03b817c10..701620d4c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -72,9 +72,12 @@ infrastructure: - "cmake/**" - ".clang-format" - ".clang-tidy" + - ".editorconfig" - ".gitignore" - ".gitmodules" - - "codecov.yml" + - ".pre-commit-config.yaml" + - ".yamllint" + - "LICENSE" - "setup.cfg" python: @@ -82,10 +85,17 @@ python: - any-glob-to-any-file: - "**/requirements.txt" +docker: + - changed-files: + - any-glob-to-any-file: + - "docker/**" + - ".devcontainer/**" + docs: - changed-files: - any-glob-to-any-file: - "docs/**" + - "Doxyfile" - "README.md" scoreboard: