From 7c8ec6c78600c19a3592d9ed96dbd78c97621fef Mon Sep 17 00:00:00 2001 From: GeoJulien Date: Mon, 13 May 2024 10:46:32 +0200 Subject: [PATCH] update(ci): update GitHub auto-labeler configuration to v5 --- .github/labeler.yml | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index dc026aec..db655a39 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,36 @@ ci-cd: - - .github/**/*.yml - - .travis.yml + - changed-files: + - any-glob-to-any-file: .github/** dependencies: - - requirements/*.txt - - requirements.txt + - changed-files: + - any-glob-to-any-file: + - requirements/*.txt + - requirements.txt documentation: - - docs/**/* - - requirements/documentation.txt + - changed-files: + - any-glob-to-any-file: + - docs/** + - requirements/documentation.txt + +enhancement: + - head-branch: ["^feature", "feature", "^improve", "improve"] + +packaging: + - head-branch: ["^packaging", "packaging"] + +tooling: + - head-branch: ["^tooling", "tooling"] + - changed-files: + - any-glob-to-any-file: + - codecov.yml + - .pre-commit-config.yaml + - sonar-project.properties UI: - - qgis_resource_sharing/**/*.ui - - qgis_resource_sharing/gui/**/* + - head-branch: ["^ui", "ui"] + - changed-files: + - any-glob-to-any-file: + - qgis_resource_sharing/**/*.ui + - qgis_resource_sharing/gui/**