lupyuen commented on issue #18359: URL: https://github.com/apache/nuttx/issues/18359#issuecomment-3939291240
No Worries @simbit18: I misunderstood the Labeling Rules. When we see this... https://github.com/apache/nuttx/blob/master/.github/labeler.yml#L178-L185 ```yaml "Area: Build system": - changed-files: - any-glob-to-any-file: 'Makefile' - any-glob-to-any-file: 'CMakeLists.txt' ``` It actually means that Makefile and CMakeLists.txt should be located at the Root Folder (not in a Sub Folder like `arch`). The fix is here: - https://github.com/apache/nuttx/pull/18422 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
