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

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

commit 1845cb05f19963ada780236033056c88956b03eb
Author: p-szafonimateusz <[email protected]>
AuthorDate: Mon Mar 2 19:45:32 2026 +0100

    CI: update labels for CI scripts
    
    all targets should be build if CI-realted tools was changed
    
    Signed-off-by: p-szafonimateusz <[email protected]>
---
 .github/labeler.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 699f48b217f..6742f1658df 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -182,11 +182,13 @@
       - any-glob-to-any-file: 'CMakeLists.txt'
       - any-glob-to-any-file: 'cmake/**'
       - any-glob-to-any-file: 'tools/*.mk'
+      - any-glob-to-any-file: 'tools/*.sh'
 
 "Area: CI":
   - changed-files:
       - any-glob-to-any-file: '.github/**'
       - any-glob-to-any-file: 'tools/ci/**'
+      - any-glob-to-any-file: 'tools/testbuild.sh'
 
 "Area: Crypto":
   - changed-files:

Reply via email to