extend patterns

This commit is contained in:
aanper 2021-01-05 04:51:04 +06:00
parent be01af482d
commit e1381d6869

34
.github/CODEOWNERS vendored
View File

@ -1,6 +1,6 @@
# unknow applications # unknow applications
applications/* @glitchcore applications/** @glitchcore
# CTO # CTO
@ -8,62 +8,62 @@ applications/* @glitchcore
# assets and asset generator # assets and asset generator
assets/* @skotopes assets/** @skotopes
# bootloader # bootloader
bootloader/* @skotopes bootloader/** @skotopes
firmware/targets/f4/api-hal/api-hal-boot.c @skotopes firmware/targets/f4/api-hal/api-hal-boot.c @skotopes
# debug tools # debug tools
debug/* @skotopes debug/** @skotopes
# local target # local target
firmware/targets/local/* @glitchcore firmware/targets/local/** @glitchcore
# BLE # BLE
firmware/targets/f4/ble-glue/* @skotopes firmware/targets/f4/ble-glue/** @skotopes
applications/bt/* @skotopes applications/bt/** @skotopes
# Sub-GHz # Sub-GHz
applications/cc1101-workaround/* @glitchcore applications/cc1101-workaround/** @glitchcore
# Dolphin # Dolphin
applications/dolphin/* @skotopes applications/dolphin/** @skotopes
# GUI Stuff # GUI Stuff
applications/gui/* @skotopes applications/gui/** @skotopes
# iButton # iButton
applications/ibutton/* @DrZlo13 applications/ibutton/** @DrZlo13
# IR # IR
applications/irda/* @DrZlo13 applications/irda/** @DrZlo13
# LF RFID # LF RFID
applications/lf-rfid/* @glitchcore applications/lf-rfid/** @glitchcore
# Menu # Menu
applications/menu/* @skotopes applications/menu/** @skotopes
# NFC # NFC
applications/nfc/* @skotopes applications/nfc/** @skotopes
# SD Card # SD Card
applications/sd-card-test/* @DrZlo13 applications/sd-card-test/** @DrZlo13
# Some applications # Some applications
applications/music-player/* @DrZlo13 applications/music-player/** @DrZlo13