Remove self from logbook codeowners (#73724)

pull/73727/head
J. Nick Koston 2022-06-19 21:24:42 -05:00 committed by GitHub
parent 6f8e0419f0
commit fcd8859542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"
}