From 148248900de26c283502082751585b592e6cf772 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Sun, 15 Dec 2024 20:39:41 +0100 Subject: [PATCH] CODEOWNERS: Add Blockly maintainers (#2923) Add @stefan-hoehn as Blockly CODEOWNER so he is automatically requested for review in his role as Blockly maintainer. Signed-off-by: Florian Hotze --- CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index ef5baace2..b9900bb76 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,3 +11,7 @@ /bundles/org.openhab.ui.cometvisu/ @peuter /bundles/org.openhab.ui.habot/ @ghys /bundles/org.openhab.ui.habpanel/ @ghys + +# Blockly maintainers: +/bundles/org.openhab.ui/web/src/assets/definitions/blockly/ @stefan-hoehn @ghys @florian-h05 +/bundles/org.openhab.ui/web/src/components/config/controls/blockly-editor.vue @stefan-hoehn @ghys @florian-h05