Add to codeowners for logbook so I get notifications (#72964)

- Adding explictly will get through my filters and I want
  to watch this one for at least this release
pull/72986/head
J. Nick Koston 2022-06-03 03:49:17 -10:00 committed by GitHub
parent 6cadd4f665
commit a9d45d656d
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
/tests/components/logbook/ @home-assistant/core
/homeassistant/components/logbook/ @home-assistant/core @bdraco
/tests/components/logbook/ @home-assistant/core @bdraco
/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"],
"codeowners": ["@home-assistant/core", "@bdraco"],
"quality_scale": "internal"
}