Skip to content

Commit

Permalink
[chore][CODEOWNERS] Fix order (#34079)
Browse files Browse the repository at this point in the history
`make checks` is failing due to the order of code owners on a newly
introduced component. This implements the required change to fix the
check.

[Failing
action](https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/9936498568/job/27444980411#step:16:25)
  • Loading branch information
crobert-1 committed Jul 15, 2024
1 parent a078f7a commit 7a01297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ extension/httpforwarderextension/ @open-teleme
extension/jaegerremotesampling/ @open-telemetry/collector-contrib-approvers @yurishkuro @frzifus
extension/oauth2clientauthextension/ @open-telemetry/collector-contrib-approvers @pavankrish123 @jpkrohling
extension/observer/ @open-telemetry/collector-contrib-approvers @dmitryax @rmfitzpatrick
extension/observer/cfgardenobserver/ @open-telemetry/collector-contrib-approvers @cemdk @tomasmota @m1rp @jriguera @crobert-1
extension/observer/cfgardenobserver/ @open-telemetry/collector-contrib-approvers @crobert-1 @cemdk @tomasmota @m1rp @jriguera
extension/observer/dockerobserver/ @open-telemetry/collector-contrib-approvers @MovieStoreGuy
extension/observer/ecsobserver/ @open-telemetry/collector-contrib-approvers @dmitryax @rmfitzpatrick
extension/observer/ecstaskobserver/ @open-telemetry/collector-contrib-approvers @rmfitzpatrick
Expand Down

0 comments on commit 7a01297

Please sign in to comment.