Skip to content

Commit

Permalink
[chore][exporter/skywalking] remove codeowner (open-telemetry#30294)
Browse files Browse the repository at this point in the history
**Description:**
Move @liqiangz  to emeritus codeowner.

**Link to tracking Issue:**
Fixes open-telemetry#23397

NOTE: This removes the last active codeowner of the skywalking exporter.
If this is merged, a follow up PR will be filed to move this component
to `unmaintained` stage, and eventually deprecation and removal.
  • Loading branch information
atoulme committed Jan 5, 2024
1 parent 8d23e31 commit 669f23d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ exporter/pulsarexporter/ @open-telemetry/collect
exporter/sapmexporter/ @open-telemetry/collector-contrib-approvers @dmitryax @atoulme
exporter/sentryexporter/ @open-telemetry/collector-contrib-approvers @AbhiPrasad
exporter/signalfxexporter/ @open-telemetry/collector-contrib-approvers @dmitryax @crobert-1
exporter/skywalkingexporter/ @open-telemetry/collector-contrib-approvers @liqiangz
exporter/skywalkingexporter/ @open-telemetry/collector-contrib-approvers
exporter/splunkhecexporter/ @open-telemetry/collector-contrib-approvers @atoulme @dmitryax
exporter/sumologicexporter/ @open-telemetry/collector-contrib-approvers @sumo-drosiek
exporter/syslogexporter/ @open-telemetry/collector-contrib-approvers @kkujawa-sumo @rnishtala-sumo @astencel-sumo
Expand Down
1 change: 0 additions & 1 deletion cmd/githubgen/allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ asaharn
billmeyer
emreyalvac
kiranmayib
liqiangz
shaochengwang
svrakitin
yiyang5055
Expand Down
3 changes: 2 additions & 1 deletion exporter/skywalkingexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
| Stability | [beta]: metrics, logs |
| Distributions | [contrib] |
| Issues | [![Open issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aopen%20label%3Aexporter%2Fskywalking%20&label=open&color=orange&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aopen+is%3Aissue+label%3Aexporter%2Fskywalking) [![Closed issues](https://img.shields.io/github/issues-search/open-telemetry/opentelemetry-collector-contrib?query=is%3Aissue%20is%3Aclosed%20label%3Aexporter%2Fskywalking%20&label=closed&color=blue&logo=opentelemetry)](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues?q=is%3Aclosed+is%3Aissue+label%3Aexporter%2Fskywalking) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | [@liqiangz](https://www.github.com/liqiangz) |
| [Code Owners](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CONTRIBUTING.md#becoming-a-code-owner) | |
| Emeritus | [@liqiangz](https://www.github.com/liqiangz) |

[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
Expand Down
3 changes: 2 additions & 1 deletion exporter/skywalkingexporter/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ status:
beta: [metrics, logs]
distributions: [contrib]
codeowners:
active: [liqiangz]
active: []
emeritus: [liqiangz]

0 comments on commit 669f23d

Please sign in to comment.