From ef59a7faf99d79e771415f6f43333ac8d557ebda Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Tue, 15 Oct 2024 12:49:29 +0800 Subject: [PATCH] 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 5f6363b0e60a4..00bedd9b1ff97 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: