From 82b286989b39b42249dbc17ee326b01e92c9745d Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Wed, 2 Jun 2021 17:24:55 +0200 Subject: [PATCH] .github/labeler: quote rules --- .github/labeler.yml | 191 ++++++++++++++++++++++---------------------- 1 file changed, 96 insertions(+), 95 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4002299fe5..6e1345b993 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,154 +1,155 @@ "Area: arduino API": - - sys/arduino/**/* + - "sys/arduino/**/*" "Area: BLE": - - pkg/nimble/**/* - - sys/net/ble/**/* - - sys/include/net/bluetil/**/* - - sys/include/net/skald/**/* - - sys/include/net/skald.h + - "pkg/nimble/**/*" + - "sys/net/ble/**/*" + - "sys/include/net/bluetil/**/*" + - "sys/include/net/skald/**/*" + - "sys/include/net/skald.h" "Area: boards": - - boards/**/* + - "boards/**/*" "Area: build system": - - Makefile.* - - makefiles/**/* - - ./**/*.mk + - "Makefile.*" + - "makefiles/**/*" + - "**/*.mk" "Area: CI": - - .circleci/**/* - - .github/**/*.yml - - .murdock + - ".circleci/**/*" + - ".github/**/*.yml" + - ".murdock" "Area: CoAP": - - sys/net/application_layer/*coap/**/* - - sys/include/net/*coap*/**/* + - "sys/net/application_layer/*coap/**/*" + - "sys/include/net/*coap*/**/*" "Area: core": - - core/**/* + - "core/**/*" "Area: cpu": - - cpu/**/* + - "cpu/**/*" "Area: doc": - - doc/**/* - - ./*.md + - "doc/**/*" + - "**/*.md" + - "**/*.txt" "Area: drivers": - - drivers/**/* + - "drivers/**/*" "Area: examples": - - examples/**/* + - "examples/**/*" "Area: Kconfig": - - dist/tools/kconfiglib/**/* - - makefiles/kconfig.mk - - kconfigs/* - - **/Kconfig + - "dist/tools/kconfiglib/**/*" + - "makefiles/kconfig.mk" + - "kconfigs/*" + - "**/Kconfig" "Area: LoRa": - - 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 + - "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" "Area: network": - - sys/net/**/* - - sys/include/net/**/* - - pkg/lwip/**/* - - pkg/openthread/**/* - - pkg/openwsn/**/* - - pkg/paho-mqtt/**/* + - "sys/net/**/*" + - "sys/include/net/**/*" + - "pkg/lwip/**/*" + - "pkg/openthread/**/*" + - "pkg/openwsn/**/*" + - "pkg/paho-mqtt/**/*" "Area: OTA": - - sys/suit/**/* - - sys/include/suit/**/* - - sys/include/suit.h + - "sys/suit/**/*" + - "sys/include/suit/**/*" + - "sys/include/suit.h" "Area: pkg": - - pkg/**/* + - "pkg/**/*" "Area: SAUL": - - drivers/saul/**/* - - drivers/include/saul/**/* - - drivers/include/saul.h - - sys/saul_reg/**/* - - sys/include/saul_reg.h + - "drivers/saul/**/*" + - "drivers/include/saul/**/*" + - "drivers/include/saul.h" + - "sys/saul_reg/**/*" + - "sys/include/saul_reg.h" "Area: sys": - - sys/**/* + - "sys/**/*" "Area: tests": - - tests/**/* - - fuzzing/**/* - - dist/pythonlibs/**/* - - makefiles/tests/**/* + - "tests/**/*" + - "fuzzing/**/*" + - "dist/pythonlibs/**/*" + - "makefiles/tests/**/*" "Area: timers": - - sys/*timer/**/* - - sys/include/*timer/**/* - - sys/include/*timer.h + - "sys/*timer/**/*" + - "sys/include/*timer/**/*" + - "sys/include/*timer.h" "Area: toolchain": - - makefiles/toolchain/**/* + - "makefiles/toolchain/**/*" "Area: tools": - - dist/tools/**/* - - dist/testbed-support/**/* - - makefiles/tools/**/* + - "dist/tools/**/*" + - "dist/testbed-support/**/*" + - "makefiles/tools/**/*" "Area: USB": - - sys/usb/**/* - - sys/include/usb/**/* - - sys/include/usb.h + - "sys/usb/**/*" + - "sys/include/usb/**/*" + - "sys/include/usb.h" "Platform: native": - - boards/native/**/* - - cpu/native/**/* + - "boards/native/**/*" + - "cpu/native/**/*" "Platform: ARM": - - 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 + - "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" "Platform: AVR": - - cpu/atmega*/**/* - - cpu/avr8_common/**/* - - makefiles/arch/avr8.inc.mk + - "cpu/atmega*/**/*" + - "cpu/avr8_common/**/*" + - "makefiles/arch/avr8.inc.mk" "Platform: ESP": - - cpu/esp*/**/* + - "cpu/esp*/**/*" "Platform: MIPS": - - cpu/mips*/**/* - - makefiles/arch/mips.inc.mk + - "cpu/mips*/**/*" + - "makefiles/arch/mips.inc.mk" "Platform: MSP": - - cpu/msp*/**/* - - makefiles/arch/msp430.inc.mk + - "cpu/msp*/**/*" + - "makefiles/arch/msp430.inc.mk" "Platform: RISC-V": - - cpu/riscv_common/**/* - - cpu/fe310/**/* - - makefiles/arch/riscv.inc.mk + - "cpu/riscv_common/**/*" + - "cpu/fe310/**/*" + - "makefiles/arch/riscv.inc.mk"