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

.github/labeler: quote rules

This commit is contained in:
Alexandre Abadie 2021-06-02 17:24:55 +02:00
parent e5d09fda25
commit 82b286989b
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

191
.github/labeler.yml vendored
View File

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