1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/.github/labeler.yml

156 lines
2.9 KiB
YAML
Raw Normal View History

2021-05-17 10:48:17 +02:00
"Area: arduino API":
2021-06-02 17:24:55 +02:00
- "sys/arduino/**/*"
2021-05-17 10:48:17 +02:00
"Area: BLE":
2021-06-02 17:24:55 +02:00
- "pkg/nimble/**/*"
- "sys/net/ble/**/*"
- "sys/include/net/bluetil/**/*"
- "sys/include/net/skald/**/*"
- "sys/include/net/skald.h"
2021-05-17 10:48:17 +02:00
"Area: boards":
2021-06-02 17:24:55 +02:00
- "boards/**/*"
2021-05-17 10:48:17 +02:00
"Area: build system":
2021-06-02 17:24:55 +02:00
- "Makefile.*"
- "makefiles/**/*"
- "**/*.mk"
2021-05-17 10:48:17 +02:00
"Area: CI":
2021-06-02 17:24:55 +02:00
- ".github/**/*.yml"
- ".murdock"
- ".murdock.yml"
- "bors.toml"
2021-05-17 10:48:17 +02:00
"Area: CoAP":
2021-06-02 17:24:55 +02:00
- "sys/net/application_layer/*coap/**/*"
- "sys/include/net/*coap*/**/*"
2021-05-17 10:48:17 +02:00
"Area: core":
2021-06-02 17:24:55 +02:00
- "core/**/*"
2021-05-17 10:48:17 +02:00
"Area: cpu":
2021-06-02 17:24:55 +02:00
- "cpu/**/*"
2021-05-17 10:48:17 +02:00
"Area: doc":
2021-06-02 17:24:55 +02:00
- "doc/**/*"
- "**/*.md"
- "**/*.txt"
- "**/*.cff"
2021-05-17 10:48:17 +02:00
"Area: drivers":
2021-06-02 17:24:55 +02:00
- "drivers/**/*"
2021-05-17 10:48:17 +02:00
"Area: examples":
2021-06-02 17:24:55 +02:00
- "examples/**/*"
2021-05-17 10:48:17 +02:00
"Area: Kconfig":
2021-06-02 17:24:55 +02:00
- "dist/tools/kconfiglib/**/*"
- "makefiles/kconfig.mk"
- "kconfigs/*"
- "**/Kconfig"
2021-05-17 10:48:17 +02:00
"Area: LoRa":
2021-06-02 17:24:55 +02:00
- "drivers/llcc68/**/*"
- "drivers/sx126x/**/*"
- "drivers/sx127x/**/*"
- "drivers/include/llcc68.h"
- "drivers/include/sx126x.h"
- "drivers/include/sx127x.h"
- "pkg/semtech-loramac/**/*"
- "sys/net/lora/**/*"
- "sys/net/gnrc/link_layer/lorawan/**/*"
- "sys/include/net/lorawan/**/*"
- "sys/include/net/gnrc/lorawan/**/*"
- "sys/include/net/gnrc/lorawan.h"
- "sys/include/net/lora.h"
- "sys/include/net/loramac.h"
2021-05-17 10:48:17 +02:00
"Area: network":
2021-06-02 17:24:55 +02:00
- "sys/net/**/*"
- "sys/include/net/**/*"
- "pkg/lwip/**/*"
- "pkg/openthread/**/*"
- "pkg/openwsn/**/*"
- "pkg/paho-mqtt/**/*"
2021-05-17 10:48:17 +02:00
"Area: OTA":
2021-06-02 17:24:55 +02:00
- "sys/suit/**/*"
- "sys/include/suit/**/*"
- "sys/include/suit.h"
2021-05-17 10:48:17 +02:00
"Area: pkg":
2021-06-02 17:24:55 +02:00
- "pkg/**/*"
2021-05-17 10:48:17 +02:00
"Area: SAUL":
2021-06-02 17:24:55 +02:00
- "drivers/saul/**/*"
- "drivers/include/saul/**/*"
- "drivers/include/saul.h"
- "sys/saul_reg/**/*"
- "sys/include/saul_reg.h"
2021-05-17 10:48:17 +02:00
"Area: sys":
2021-06-02 17:24:55 +02:00
- "sys/**/*"
2021-05-17 10:48:17 +02:00
"Area: tests":
2021-06-02 17:24:55 +02:00
- "tests/**/*"
- "fuzzing/**/*"
- "dist/pythonlibs/**/*"
- "makefiles/tests/**/*"
2021-05-17 10:48:17 +02:00
"Area: timers":
2021-06-02 17:24:55 +02:00
- "sys/*timer/**/*"
- "sys/include/*timer/**/*"
- "sys/include/*timer.h"
2021-05-17 10:48:17 +02:00
"Area: toolchain":
2021-06-02 17:24:55 +02:00
- "makefiles/toolchain/**/*"
2021-05-17 10:48:17 +02:00
"Area: tools":
2021-06-02 17:24:55 +02:00
- "dist/tools/**/*"
- "dist/testbed-support/**/*"
- "makefiles/tools/**/*"
2021-05-17 10:48:17 +02:00
"Area: USB":
2021-06-02 17:24:55 +02:00
- "sys/usb/**/*"
- "sys/include/usb/**/*"
- "sys/include/usb.h"
2021-05-17 10:48:17 +02:00
"Platform: native":
2021-06-02 17:24:55 +02:00
- "boards/native/**/*"
- "boards/native64/**/*"
2021-06-02 17:24:55 +02:00
- "cpu/native/**/*"
- "makefiles/arch/native.inc.mk"
2021-05-17 10:48:17 +02:00
"Platform: ARM":
2021-06-02 17:24:55 +02:00
- "cpu/arm7_common/**/*"
- "cpu/cortexm_common/**/*"
- "cpu/cc2*/**/*"
- "cpu/efm32/**/*"
- "cpu/kinetis/**/*"
- "cpu/lm4f120/**/*"
- "cpu/lpc*/**/*"
- "cpu/nrf5*/**/*"
- "cpu/qn908x/**/*"
- "cpu/sam*/**/*"
- "cpu/stellaris_common/**/*"
- "cpu/stm32/**/*"
- "makefiles/arch/cortexm.inc.mk"
2021-05-17 10:48:17 +02:00
"Platform: AVR":
2021-06-02 17:24:55 +02:00
- "cpu/atmega*/**/*"
- "cpu/avr8_common/**/*"
- "makefiles/arch/avr8.inc.mk"
2021-05-17 10:48:17 +02:00
"Platform: ESP":
2021-06-02 17:24:55 +02:00
- "cpu/esp*/**/*"
2021-05-17 10:48:17 +02:00
"Platform: MSP":
2021-06-02 17:24:55 +02:00
- "cpu/msp*/**/*"
- "makefiles/arch/msp430.inc.mk"
2021-05-17 10:48:17 +02:00
"Platform: RISC-V":
2021-06-02 17:24:55 +02:00
- "cpu/riscv_common/**/*"
- "cpu/fe310/**/*"
- "makefiles/arch/riscv.inc.mk"