raiden00pl opened a new pull request, #13558: URL: https://github.com/apache/nuttx/pull/13558
## Summary This commit adds action for automatically labelling pull requests based on https://github.com/actions/labeler Action configuration is located at `.github/labeler.yml` and can be expanded if needed. At the moment only simple to check conditions are implemented, but the plugin allows to create more complex patterns. ## Impact Each new PR will be assigned a label according to the detected scope of changes. Configured labels and patterns can be found in `.github/labeler.yml` and labels must mach labels in Github: https://github.com/apache/nuttx/labels With this change we can better filter pull requests according to the changes made. Another step to solve https://github.com/apache/nuttx/issues/13522 ## Testing Tested on my private NuttX repo here: https://github.com/raiden00pl/nuttx/pulls <img width="1242" alt="image" src="https://github.com/user-attachments/assets/9804e6d5-6498-4949-b27a-bb7088ef0197"> For NuttX repo it will look much nicer, I don't have set colors for labels in my repo. -- 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]
