1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 15:31:17 +01:00

.github/labeler: recognize boards/common/native as native

This commit is contained in:
Mikolai Gütschow 2025-04-03 14:34:41 +02:00
parent 894de865bc
commit aea851cd15
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

1
.github/labeler.yml vendored
View File

@ -117,6 +117,7 @@
- "sys/include/usb.h"
"Platform: native":
- "boards/common/native/**/*"
- "boards/native32/**/*"
- "boards/native64/**/*"
- "cpu/native/**/*"