From 4c70b0ac9d46669e38d5e1faf0a8a92fc13133ee Mon Sep 17 00:00:00 2001 From: ColorfulRhino <131405023+ColorfulRhino@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:23:04 +0200 Subject: [PATCH] actions: labeler: Add new "BSP" label for auto-labeling --- .github/labeler.yml | 7 ++++++- .github/labels.yml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 074ba1d4f4..b7a170e139 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -19,7 +19,12 @@ "Framework": - all: - changed-files: - - any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','packages/**/*','extensions/**/*'] + - any-glob-to-any-file: ['lib/**/*','tools/**/*','config/cli/**/*','extensions/**/*'] + +"BSP": +- all: + - changed-files: + - any-glob-to-any-file: ['packages/**/*'] "Actions scripts": - all: diff --git a/.github/labels.yml b/.github/labels.yml index 2827895a74..75eb525af2 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -52,6 +52,9 @@ - name: "Framework" color: "bfd4f2" description: "Framework components" +- name: "BSP" + color: "bfd4f2" + description: "Board Support Packages" - name: "Actions scripts" color: "bfd4f2" description: "GitHub Actions scripts"