Skip to content

Commit

Permalink
CI: Label include/*.h and include/nuttx/*.h as "Area: OS Components"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lupyuen committed Oct 15, 2024
1 parent d22ad37 commit ef59a7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ef59a7f

Please sign in to comment.