Skip to content

Commit 1280ac8

Browse files
lupyuenxiaoxiang781216
authored andcommitted
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.
1 parent bb7dce1 commit 1280ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@
231231
- any-glob-to-any-file: 'sched/**'
232232
- any-glob-to-any-file: 'syscall/**'
233233
- any-glob-to-any-file: 'libs/**'
234+
- any-glob-to-any-file: 'include/*.h'
235+
- any-glob-to-any-file: 'include/nuttx/*.h'
234236

235237
"Area: PCI":
236238
- changed-files:

0 commit comments

Comments
 (0)