From 5b1a3b8ff6542eced3ddc9a02a0d8d9105560e4f Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:43:18 +0200 Subject: [PATCH] actions: Fix actions/labeler correctly labeling desktop folders --- .github/labeler.yml | 9 ++++++--- .github/labels.yml | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index efff988c06..589dba8c55 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -14,16 +14,19 @@ - all: - changed-files: - any-glob-to-any-file: ['patch/**/*','config/**/*'] - - all-globs-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*'] + - any-globs-to-all-files: ['!config/cli/*','!config/desktop/*','!config/distributions/*'] + "Framework": - all: - changed-files: - any-glob-to-any-file: ['lib/*','tools/*','config/cli*','packages/*','extensions/*'] -"Action scripts": + +"Actions scripts": - all: - changed-files: - any-glob-to-any-file: ['.github/workflows/*'] + "Desktop": - - all: +- all: - changed-files: - any-glob-to-any-file: ['config/desktop/*'] diff --git a/.github/labels.yml b/.github/labels.yml index 05590a36f3..c4b25f5ad4 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -52,9 +52,9 @@ - name: "Framework" color: "bfd4f2" description: "Framework components" -- name: "Action scripts" +- name: "Actions scripts" color: "bfd4f2" - description: "GitHub Action scripts" + description: "GitHub Actions scripts" - name: "Work in progress" color: "29E414" description: "Unfinished / work in progress"