-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add initial Codeowners file #3045
Add initial Codeowners file #3045
Conversation
Signed-off-by: Aaron Clawson <[email protected]>
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.
There is already a CODEOWNERS file at the top level: https://github.com/open-telemetry/opentelemetry-go-contrib/blob/6172b243ea492c711fbd2de93935d2e76aa2362d/CODEOWNERS
We need to unify that and this.
.github/CODEOWNERS
Outdated
samplers/jaegerremote/ @open-telemetry/go-approvers | ||
samplers/probability/consistent/ @open-telemetry/go-approvers | ||
|
||
zpages/ @open-telemetry/go-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.
zpages/ @open-telemetry/go-approvers | |
zpages/ @open-telemetry/go-approvers @open-telemetry/collector-maintainers |
cc @open-telemetry/collector-maintainers
Co-authored-by: Damien Mathieu <[email protected]>
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.
@MadVikingGod plans to identify authors of un-owned packages and ping them here.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3045 +/- ##
=====================================
Coverage 69.6% 69.6%
=====================================
Files 147 147
Lines 6919 6919
=====================================
+ Hits 4818 4821 +3
+ Misses 1980 1978 -2
+ Partials 121 120 -1
|
This is the first step of #2834.
This only adds the current go-approvers for ownership of all parts of the contrib. If we merge this, ownership can be declared by PR to this file.