Remove self from logbook codeowners (#73724)
parent
6f8e0419f0
commit
fcd8859542
|
@ -582,8 +582,8 @@ build.json @home-assistant/supervisor
|
|||
/tests/components/local_ip/ @issacg
|
||||
/homeassistant/components/lock/ @home-assistant/core
|
||||
/tests/components/lock/ @home-assistant/core
|
||||
/homeassistant/components/logbook/ @home-assistant/core @bdraco
|
||||
/tests/components/logbook/ @home-assistant/core @bdraco
|
||||
/homeassistant/components/logbook/ @home-assistant/core
|
||||
/tests/components/logbook/ @home-assistant/core
|
||||
/homeassistant/components/logger/ @home-assistant/core
|
||||
/tests/components/logger/ @home-assistant/core
|
||||
/homeassistant/components/logi_circle/ @evanjd
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
"name": "Logbook",
|
||||
"documentation": "https://www.home-assistant.io/integrations/logbook",
|
||||
"dependencies": ["frontend", "http", "recorder"],
|
||||
"codeowners": ["@home-assistant/core", "@bdraco"],
|
||||
"codeowners": ["@home-assistant/core"],
|
||||
"quality_scale": "internal"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue