Change @conway20 to @Lash-L in OralB codeowners after github rename (#86416)

This commit is contained in:
Luke 2023-01-22 21:04:52 -05:00 committed by GitHub
parent 4d215e573c
commit 8bc303a562
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -855,8 +855,8 @@ build.json @home-assistant/supervisor
/tests/components/openweathermap/ @fabaff @freekode @nzapponi
/homeassistant/components/opnsense/ @mtreinish
/tests/components/opnsense/ @mtreinish
/homeassistant/components/oralb/ @bdraco @conway20
/tests/components/oralb/ @bdraco @conway20
/homeassistant/components/oralb/ @bdraco @Lash-L
/tests/components/oralb/ @bdraco @Lash-L
/homeassistant/components/oru/ @bvlaicu
/homeassistant/components/otbr/ @home-assistant/core
/tests/components/otbr/ @home-assistant/core

View File

@ -10,6 +10,6 @@
],
"requirements": ["oralb-ble==0.17.1"],
"dependencies": ["bluetooth_adapters"],
"codeowners": ["@bdraco", "@conway20"],
"codeowners": ["@bdraco", "@Lash-L"],
"iot_class": "local_push"
}