From 6521446313e69981d5b60aac4cc118c02915ec87 Mon Sep 17 00:00:00 2001
From: Povilas Versockas
Date: Mon, 16 Dec 2024 10:29:48 +0200
Subject: [PATCH] [chore] change coralogixprocessor codeowners
---
.github/CODEOWNERS | 2 +-
cmd/githubgen/allowlist.txt | 3 +--
processor/coralogixprocessor/README.md | 2 +-
processor/coralogixprocessor/metadata.yaml | 2 +-
4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 5e17e88ddbe5..4f512241b7d1 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -170,7 +170,7 @@ pkg/translator/zipkin/ @open-telemetry/collector-cont
pkg/winperfcounters/ @open-telemetry/collector-contrib-approvers @dashpole @Mrod1598 @alxbl @pjanotti
processor/attributesprocessor/ @open-telemetry/collector-contrib-approvers @boostchicken
-processor/coralogixprocessor/ @open-telemetry/collector-contrib-approvers @crobert-1 @galrose
+processor/coralogixprocessor/ @open-telemetry/collector-contrib-approvers @crobert-1 @povilasv
processor/cumulativetodeltaprocessor/ @open-telemetry/collector-contrib-approvers @TylerHelmuth
processor/deltatocumulativeprocessor/ @open-telemetry/collector-contrib-approvers @sh0rez @RichieSams
processor/deltatorateprocessor/ @open-telemetry/collector-contrib-approvers @Aneurysm9
diff --git a/cmd/githubgen/allowlist.txt b/cmd/githubgen/allowlist.txt
index 1358cd2ecceb..282f0f412d77 100644
--- a/cmd/githubgen/allowlist.txt
+++ b/cmd/githubgen/allowlist.txt
@@ -6,7 +6,6 @@ cheempz
dlopes7
driverpt
dsimil
-galrose
harishbohara11
heitorganzeli
Hemansh31
@@ -20,4 +19,4 @@ rlankfo
shazlehu
swar8080
thmshmm
-zpzhuSplunk
\ No newline at end of file
+zpzhuSplunk
diff --git a/processor/coralogixprocessor/README.md b/processor/coralogixprocessor/README.md
index 7a165bab1c94..2e8bb7175154 100644
--- a/processor/coralogixprocessor/README.md
+++ b/processor/coralogixprocessor/README.md
@@ -7,7 +7,7 @@
| Distributions | [] |
| Warnings | [Statefulness](#warnings) |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aprocessor%2Fcoralogix%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aprocessor%2Fcoralogix) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aprocessor%2Fcoralogix%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aprocessor%2Fcoralogix) |
-| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@crobert-1](https://www.github.com/crobert-1), [@galrose](https://www.github.com/galrose) |
+| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@crobert-1](https://www.github.com/crobert-1), [@povilasv](https://www.github.com/povilasv) |
[development]: https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/component-stability.md#development
diff --git a/processor/coralogixprocessor/metadata.yaml b/processor/coralogixprocessor/metadata.yaml
index 8bcd525c2377..abc61f1520e1 100644
--- a/processor/coralogixprocessor/metadata.yaml
+++ b/processor/coralogixprocessor/metadata.yaml
@@ -7,4 +7,4 @@ status:
distributions: []
warnings: [Statefulness]
codeowners:
- active: [crobert-1, galrose]
+ active: [crobert-1, povilasv]