From c5a2db5cfba4d563821b9b32ed89478cd87f625f Mon Sep 17 00:00:00 2001 From: Shalev Roda <65566801+shalevr@users.noreply.github.com> Date: Mon, 27 Feb 2023 20:22:16 +0200 Subject: [PATCH] Add entry for sqlalchemy component owner (#1696) --- .github/component_owners.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/component_owners.yml b/.github/component_owners.yml index afad47902..933dc7da1 100644 --- a/.github/component_owners.yml +++ b/.github/component_owners.yml @@ -46,3 +46,6 @@ components: instrumentation/opentelemetry-instrumentation-urllib3: - shalevr + + instrumentation/opentelemetry-instrumentation-sqlalchemy: + - shalevr