From 9f6229f6b5127c2d49b3674878d69977afa2053e Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Wed, 3 Jun 2026 11:25:23 +0800 Subject: [PATCH] =?UTF-8?q?[action]=E8=A1=A5=E5=85=85BSP=E7=9A=84Labeler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labeler.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 324f3f0a868..f8aec31bdc1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -51,6 +51,30 @@ BSP: - changed-files: - any-glob-to-any-file: bsp/wch/** +'BSP: Raspberry-Pi': +- changed-files: + - any-glob-to-any-file: bsp/raspberry-pi/** + +'BSP: Rockchip': +- changed-files: + - any-glob-to-any-file: bsp/rockchip/** + +'BSP: Loongson': +- changed-files: + - any-glob-to-any-file: bsp/loongson/** + +'BSP: ESP32': +- changed-files: + - any-glob-to-any-file: bsp/ESP/** + +'BSP: HC32': +- changed-files: + - any-glob-to-any-file: bsp/hc32/** + +'BSP: Novosns': +- changed-files: + - any-glob-to-any-file: bsp/novosns/** + testcase: - changed-files: - any-glob-to-any-file: examples/**