This is an automated email from the ASF dual-hosted git repository.

simbit18 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new f851e09cab6 CI: fix labeler for common boards files
f851e09cab6 is described below

commit f851e09cab6544af07aee433119f34d91482219e
Author: raiden00pl <[email protected]>
AuthorDate: Sat Mar 7 12:43:18 2026 +0100

    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 <[email protected]>
---
 .github/labeler.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 6742f1658df..eabcd791a16 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:

Reply via email to