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

xiaoxiang 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 1280ac845a CI: Label `include/*.h` and `include/nuttx/*.h` as "Area: 
OS Components"
1280ac845a is described below

commit 1280ac845a61042b5eeb8592679cb8330e9c0552
Author: Lup Yuen Lee <lu...@appkaki.com>
AuthorDate: Tue Oct 15 12:49:29 2024 +0800

    CI: Label `include/*.h` and `include/nuttx/*.h` as "Area: OS Components"
    
    This patch fixes the PR Labeler, such that PRs with modified files in 
`include/*.h` and `include/nuttx/*.h` are labeled as "Area: OS Components". 
Previously the PR Labeler ignores files like `include/nuttx/elf.h`, which 
causes Build Jobs to be skipped incorrectly.
---
 .github/labeler.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 5f6363b0e6..00bedd9b1f 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -231,6 +231,8 @@
       - any-glob-to-any-file: 'sched/**'
       - any-glob-to-any-file: 'syscall/**'
       - any-glob-to-any-file: 'libs/**'
+      - any-glob-to-any-file: 'include/*.h'
+      - any-glob-to-any-file: 'include/nuttx/*.h'
 
 "Area: PCI":
   - changed-files:

Reply via email to