From 4081cdf597f83c6d0915b2f7935f536758e725cf Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:34:54 +0200 Subject: [PATCH] actions: labeler: Add new "GitHub" label for auto-labeling --- .github/labeler.yml | 6 ++++++ .github/labels.yml | 3 +++ 2 files changed, 9 insertions(+) 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, ..."