From 55301c900db0f798cb376946b4df100d05619ce8 Mon Sep 17 00:00:00 2001 From: Amir Blum Date: Tue, 17 Aug 2021 14:05:28 +0300 Subject: [PATCH] chore: add component owners to redis and ioredis (#620) * chore: add blumamir as component owner to redis and ioredis * chore: add naseemkullah as component owner for ioredis --- .github/component_owners.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/component_owners.yml b/.github/component_owners.yml index f906881b00..14b6242f6c 100644 --- a/.github/component_owners.yml +++ b/.github/component_owners.yml @@ -15,6 +15,11 @@ components: - rauno56 plugins/node/opentelemetry-instrumentation-generic-pool: - rauno56 + plugins/node/opentelemetry-instrumentation-ioredis: + - blumamir + - naseemkullah + plugins/node/opentelemetry-instrumentation-redis: + - blumamir propagators/opentelemetry-propagator-aws-xray: - NathanielRN - willarmiros