From 0996640a843bf2656f450f0c97b23522f7d9ed9d Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Thu, 16 May 2024 13:45:18 -0400 Subject: [PATCH] Add dashpole as a codeowner for otelrestful (#5596) Fixes #5548 --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 0103a9b89f3..dc6b156f72a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -36,7 +36,7 @@ exporters/autoexport @open-te instrumentation/github.com/aws/aws-lambda-go/otellambda/ @open-telemetry/go-approvers instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/ @open-telemetry/go-approvers -instrumentation/github.com/emicklei/go-restful/otelrestful/ @open-telemetry/go-approvers +instrumentation/github.com/emicklei/go-restful/otelrestful/ @open-telemetry/go-approvers @dashpole instrumentation/github.com/gin-gonic/gin/otelgin/ @open-telemetry/go-approvers @hanyuancheung instrumentation/github.com/gorilla/mux/otelmux/ @open-telemetry/go-approvers instrumentation/github.com/labstack/echo/otelecho/ @open-telemetry/go-approvers