-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore] fix code owners #37291
[chore] fix code owners #37291
Conversation
extension/observer/ecstaskobserver/ @open-telemetry/collector-contrib-approvers | ||
extension/storage/filestorage/ @open-telemetry/collector-contrib-approvers | ||
receiver/jmxreceiver/ @open-telemetry/collector-contrib-approvers | ||
exporter/kineticaexporter/ @open-telemetry/collector-contrib-approvers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is extra whitespace being added here? I assume it's to fix CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, without the whitespace CI failed: https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12832998175/job/35787022502
(it's really hard to tell unless you select and highlight those diffs)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm fine with merging this now to fix CI, I realize it's time sensitive, but it seems like the real solution here is to fix githubgen
to not add whitespace after these lines. I assume removing the trailing whitespace before \n
should fix it?
unmaintainedCodeowners += fmt.Sprintf("%s/%s @open-telemetry/collector-contrib-approvers \n", key, strings.Repeat(" ", data.maxLength-len(key))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 created #37292 to follow up, will merge this PR to fix mainline for now
No description provided.