From 67020247ca3be4fcbfd54cc6bce3e67d9344c627 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Sat, 7 Mar 2026 12:43:18 +0100 Subject: [PATCH] CI: fix labeler for common boards files Fix labeler for common boards files. Touching these files should trigger the building of all boards Signed-off-by: raiden00pl --- .github/labeler.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6742f1658df6a..eabcd791a167e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -183,6 +183,12 @@ - any-glob-to-any-file: 'cmake/**' - any-glob-to-any-file: 'tools/*.mk' - any-glob-to-any-file: 'tools/*.sh' + - any-glob-to-any-file: 'boards/Kconfig' + - any-glob-to-any-file: 'boards/CMakeLists.txt' + - any-glob-to-any-file: 'boards/Makefile' + - any-glob-to-any-file: 'boards/Board.mk' + - any-glob-to-any-file: 'boards/boardctl.c' + - any-glob-to-any-file: 'boards/dummy.c' "Area: CI": - changed-files: