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:
parent
bb7dce11a2
commit
1280ac845a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue