actions: Fix actions/labeler correctly labeling desktop folders

This commit is contained in:
ColorfulRhino 2024-06-14 15:43:18 +02:00
parent bc8ee48619
commit 5b1a3b8ff6
2 changed files with 8 additions and 5 deletions

9
.github/labeler.yml vendored
View File

@ -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/*']

4
.github/labels.yml vendored
View File

@ -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"