From 8b100f744c890aaa61c218d81e30234736be6fbd Mon Sep 17 00:00:00 2001 From: Yang Song Date: Mon, 12 Aug 2024 14:26:51 -0400 Subject: [PATCH] [chore] Exclude non OTel members from CODEOWNERS (#34585) Fix mainline CI `check`, e.g. https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/10324346167/job/28583642293 > codeowners are not members: eyalatz, roycald245 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3e7da3edf954..a818c92f4df7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -166,7 +166,7 @@ pkg/winperfcounters/ @open-teleme processor/attributesprocessor/ @open-telemetry/collector-contrib-approvers @boostchicken processor/cumulativetodeltaprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth -processor/coralogixprocessor/ @open-telemetry/collector-contrib-approvers @galrose @crobert-1 @eyalatz @roycald245 +processor/coralogixprocessor/ @open-telemetry/collector-contrib-approvers @galrose @crobert-1 # @eyalatz @roycald245 processor/deltatocumulativeprocessor/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams @jpkrohling processor/deltatorateprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9 processor/filterprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth @boostchicken