actions: Fix actions/labeler correctly labeling desktop folders
This commit is contained in:
parent
bc8ee48619
commit
5b1a3b8ff6
9
.github/labeler.yml
vendored
9
.github/labeler.yml
vendored
@ -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
4
.github/labels.yml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user