diff --git a/.github/labeler.yml b/.github/labeler.yml index b7a170e139fa..6c02dc9b8da4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -31,6 +31,12 @@ - changed-files: - any-glob-to-any-file: ['.github/workflows/**/*'] +"GitHub": +- all: + - changed-files: + - any-glob-to-any-file: ['.github/**/*'] + - all-globs-to-any-file: ['!.github/workflows/**/*'] + "Desktop": - all: - changed-files: diff --git a/.github/labels.yml b/.github/labels.yml index 75eb525af21d..c0ae94d3627f 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -58,6 +58,9 @@ - name: "Actions scripts" color: "bfd4f2" description: "GitHub Actions scripts" +- name: "GitHub" + color: "bfd4f2" + description: "GitHub-related changes like labels, templates, ..." - name: "Patches" color: "bfd4f2" description: "Patches related to kernel, U-Boot, ..."