From b302736cf7a3bdcc9fe7e1f49c695dcea6bc7528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:59:36 +0100 Subject: [PATCH 1/3] Add missing labels and files --- .github/labeler.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7d404c53f68..d6b14ef985d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -10,19 +10,26 @@ common: infrastructure: - changed-files: - any-glob-to-any-file: + - '.checkov.yml' - '.clang-format' - '.clang-tidy' - '.flake8' + - '.git-blame-ignore-revs' - '.github/**' - - '.checkov.yml' + - '.gitignore' - '.mega-linter.yml' - '.pre-commit-config.yaml' - 'cmake/**' + - 'CMakeLists.txt' - 'CODEOWNERS' + - 'COPYING' + - 'cppcheck_config' - 'CPPLINT.cfg' - 'dependencies/**' + - 'o2linter_config' - 'packaging/**' - 'pyproject.toml' + - 'README.md' datamodel: - changed-files: @@ -56,10 +63,22 @@ pwglf: - changed-files: - any-glob-to-any-file: ['PWGLF/**', '*/PWGLF/**', 'PWGMM/**', '*/PWGMM/**'] +pwgmm: + - changed-files: + - any-glob-to-any-file: ['PWGMM/**', '*/PWGMM/**'] + pwgud: - changed-files: - any-glob-to-any-file: ['PWGUD/**', '*/PWGUD/**'] +scripts: + - changed-files: + - any-glob-to-any-file: ['Scripts/**'] + +tools: + - changed-files: + - any-glob-to-any-file: ['Tools/**'] + trigger: - changed-files: - any-glob-to-any-file: ['EventFiltering/**'] From cfd8648d6ec7ec8da533afddf80f4e77e9cf46ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:03:36 +0100 Subject: [PATCH 2/3] Put more general labels first --- .github/labeler.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d6b14ef985d..d687e207835 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,12 +1,4 @@ --- -alice3: - - changed-files: - - any-glob-to-any-file: ['ALICE3/**'] - -common: - - changed-files: - - any-glob-to-any-file: ['Common/**'] - infrastructure: - changed-files: - any-glob-to-any-file: @@ -35,6 +27,14 @@ datamodel: - changed-files: - any-glob-to-any-file: ['DataModel/**', '**/DataModel/**'] +alice3: + - changed-files: + - any-glob-to-any-file: ['ALICE3/**'] + +common: + - changed-files: + - any-glob-to-any-file: ['Common/**'] + dpg: - changed-files: - any-glob-to-any-file: ['DPG/**'] From 9d8118d9f8c9907d72e68effed93af79c9d1c344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:05:04 +0100 Subject: [PATCH 3/3] Format --- .github/labeler.yml | 73 +++++++++++++++++++++++---------------------- 1 file changed, 37 insertions(+), 36 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d687e207835..0002f9b7327 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,87 +2,88 @@ infrastructure: - changed-files: - any-glob-to-any-file: - - '.checkov.yml' - - '.clang-format' - - '.clang-tidy' - - '.flake8' - - '.git-blame-ignore-revs' - - '.github/**' - - '.gitignore' - - '.mega-linter.yml' - - '.pre-commit-config.yaml' - - 'cmake/**' - - 'CMakeLists.txt' - - 'CODEOWNERS' - - 'COPYING' - - 'cppcheck_config' - - 'CPPLINT.cfg' - - 'dependencies/**' - - 'o2linter_config' - - 'packaging/**' - - 'pyproject.toml' - - 'README.md' + - ".checkov.yml" + - ".clang-format" + - ".clang-tidy" + - ".flake8" + - ".git-blame-ignore-revs" + - ".github/**" + - ".gitignore" + - ".mega-linter.yml" + - ".pre-commit-config.yaml" + - "cmake/**" + - "CMakeLists.txt" + - "CODEOWNERS" + - "COPYING" + - "cppcheck_config" + - "CPPLINT.cfg" + - "dependencies/**" + - "o2linter_config" + - "packaging/**" + - "pyproject.toml" + - "README.md" datamodel: - changed-files: - - any-glob-to-any-file: ['DataModel/**', '**/DataModel/**'] + - any-glob-to-any-file: ["DataModel/**", "**/DataModel/**"] alice3: - changed-files: - - any-glob-to-any-file: ['ALICE3/**'] + - any-glob-to-any-file: ["ALICE3/**"] common: - changed-files: - - any-glob-to-any-file: ['Common/**'] + - any-glob-to-any-file: ["Common/**"] dpg: - changed-files: - - any-glob-to-any-file: ['DPG/**'] + - any-glob-to-any-file: ["DPG/**"] pwgcf: - changed-files: - - any-glob-to-any-file: ['PWGCF/**', '*/PWGCF/**'] + - any-glob-to-any-file: ["PWGCF/**", "*/PWGCF/**"] pwgdq: - changed-files: - - any-glob-to-any-file: ['PWGDQ/**', '*/PWGDQ/**'] + - any-glob-to-any-file: ["PWGDQ/**", "*/PWGDQ/**"] pwgem: - changed-files: - - any-glob-to-any-file: ['PWGEM/**', '*/PWGEM/**'] + - any-glob-to-any-file: ["PWGEM/**", "*/PWGEM/**"] pwghf: - changed-files: - - any-glob-to-any-file: ['PWGHF/**', '*/PWGHF/**'] + - any-glob-to-any-file: ["PWGHF/**", "*/PWGHF/**"] pwgje: - changed-files: - - any-glob-to-any-file: ['PWGJE/**', '*/PWGJE/**'] + - any-glob-to-any-file: ["PWGJE/**", "*/PWGJE/**"] pwglf: - changed-files: - - any-glob-to-any-file: ['PWGLF/**', '*/PWGLF/**', 'PWGMM/**', '*/PWGMM/**'] + - any-glob-to-any-file: + ["PWGLF/**", "*/PWGLF/**", "PWGMM/**", "*/PWGMM/**"] pwgmm: - changed-files: - - any-glob-to-any-file: ['PWGMM/**', '*/PWGMM/**'] + - any-glob-to-any-file: ["PWGMM/**", "*/PWGMM/**"] pwgud: - changed-files: - - any-glob-to-any-file: ['PWGUD/**', '*/PWGUD/**'] + - any-glob-to-any-file: ["PWGUD/**", "*/PWGUD/**"] scripts: - changed-files: - - any-glob-to-any-file: ['Scripts/**'] + - any-glob-to-any-file: ["Scripts/**"] tools: - changed-files: - - any-glob-to-any-file: ['Tools/**'] + - any-glob-to-any-file: ["Tools/**"] trigger: - changed-files: - - any-glob-to-any-file: ['EventFiltering/**'] + - any-glob-to-any-file: ["EventFiltering/**"] tutorial: - changed-files: - - any-glob-to-any-file: ['Tutorials/**'] + - any-glob-to-any-file: ["Tutorials/**"]