Skip to content

Commit

Permalink
[chore] update codeowners to match the CODEOWNERS file (#24454)
Browse files Browse the repository at this point in the history
**Description:**
Follow up of #24404, some changes occurred in the last week or I had
misses in translating the CODEOWNERS file over.

Those minute changes fix that and prepare for the script to generate
`.github/CODEOWNERS`.
  • Loading branch information
atoulme authored Jul 24, 2023
1 parent 24bcaed commit 3f3817c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions connector/exceptionsconnector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
| ------------- |-----------|
| Distributions | [contrib] |
| Issues | ![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aconnector%2Fexceptions%20&label=open&color=orange&logo=opentelemetry) ![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aconnector%2Fexceptions%20&label=closed&color=blue&logo=opentelemetry) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@jpkrohling](https://www.github.com/jpkrohling) |

[development]: https://github.com/open-telemetry/opentelemetry-collector#development
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
Expand Down
2 changes: 2 additions & 0 deletions connector/exceptionsconnector/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ status:
stability:
development: [traces_to_metrics, traces_to_logs]
distributions: [contrib]
codeowners:
active: [jpkrohling]
5 changes: 5 additions & 0 deletions examples/demo/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: demo

status:
codeowners:
active: [open-telemetry/collector-approvers]
2 changes: 1 addition & 1 deletion exporter/datasetexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| Stability | [alpha]: logs, traces |
| Distributions | [contrib] |
| Issues | ![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aexporter%2Fdataset%20&label=open&color=orange&logo=opentelemetry) ![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aexporter%2Fdataset%20&label=closed&color=blue&logo=opentelemetry) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@atoulme](https://www.github.com/atoulme), [@martin-majlis-s1](https://www.github.com/martin-majlis-s1), [@zdaratom](https://www.github.com/zdaratom) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@atoulme](https://www.github.com/atoulme), [@martin-majlis-s1](https://www.github.com/martin-majlis-s1), [@zdaratom](https://www.github.com/zdaratom), [@tomaz-s1](https://www.github.com/tomaz-s1) |

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
Expand Down
2 changes: 1 addition & 1 deletion exporter/datasetexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ status:
alpha: [logs, traces]
distributions: [contrib]
codeowners:
active: [atoulme, martin-majlis-s1, zdaratom]
active: [atoulme, martin-majlis-s1, zdaratom, tomaz-s1]
6 changes: 6 additions & 0 deletions exporter/opensearchexporter/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: opensearch

status:
class: exporter
codeowners:
active: [Aneurysm9, MitchellGale, MaxKsyunz, YANG-DB]
2 changes: 1 addition & 1 deletion internal/tools/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
status:
codeowners:
active: [Aneurysm9, mxiamxia]
active: []

0 comments on commit 3f3817c

Please sign in to comment.