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"