From 390e68ad879d8fe2d9a0bc205b8d376a5002b5cf Mon Sep 17 00:00:00 2001 From: "Julien M." Date: Thu, 11 Jan 2024 13:27:03 +0100 Subject: [PATCH] fix: labeler config structure --- .github/labeler.yml | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 1b822f44..a9ee1ea2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,14 +1,18 @@ ci-cd: - - any-glob-to-any-file: .github/** + - changed-files: + - any-glob-to-any-file: .github/** dependencies: - - any-glob-to-any-file: requirements/*.txt - - requirements.txt + - changed-files: + - any-glob-to-any-file: + - requirements/*.txt + - requirements.txt documentation: - changed-files: - - any-glob-to-any-file: docs/** - - requirements/documentation.txt + - any-glob-to-any-file: + - docs/** + - requirements/documentation.txt enhancement: - head-branch: ["^feature", "feature", "^improve", "improve"] @@ -18,11 +22,15 @@ packaging: tooling: - head-branch: ["^tooling", "tooling"] - - codecov.yml - - .pre-commit-config.yaml - - sonar-project.properties + - changed-files: + - any-glob-to-any-file: + - codecov.yml + - .pre-commit-config.yaml + - sonar-project.properties UI: - head-branch: ["^ui", "ui"] - - any-glob-to-any-file: qtribu/**/*.ui - - any-glob-to-any-file: qtribu/gui/** + - changed-files: + - any-glob-to-any-file: + - qtribu/**/*.ui + - qtribu/gui/**