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.
This commit is contained in:
Lup Yuen Lee 2024-10-15 12:49:29 +08:00 committed by Xiang Xiao
parent bb7dce11a2
commit 1280ac845a
1 changed files with 2 additions and 0 deletions

2
.github/labeler.yml vendored
View File

@ -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: