-
Notifications
You must be signed in to change notification settings - Fork 43
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
[githubgen] PR feedback follow-ups #655
[githubgen] PR feedback follow-ups #655
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #655 +/- ##
==========================================
+ Coverage 48.83% 51.19% +2.36%
==========================================
Files 57 57
Lines 3387 3422 +35
==========================================
+ Hits 1654 1752 +98
+ Misses 1572 1507 -65
- Partials 161 163 +2 ☔ View full report in Codecov by Sentry. |
d10937e
to
0196800
Compare
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.
Still need to look into some files, but some small comments
@dmathieu I addressed all feedback in this PR |
i found some new issues with this PR i want to solve before merging, pls don't merge yet |
Let me mark as draft until this is ready to merge |
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
0a156bc
to
497a059
Compare
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
ok the PR should be ready now. i ran into some issues when testing this against the collector core repo with relative paths in codeowner files that were generated. Also, the default codeowners are used when none are defined in a component instead of fully erroring out. |
new commits since previous reviews start at b518bbe |
Signed-off-by: Moritz Wiesinger <[email protected]>
Signed-off-by: Moritz Wiesinger <[email protected]>
# Conflicts: # githubgen/codeowners.go
Signed-off-by: Moritz Wiesinger <[email protected]>
@atoulme will merge this on Thursday unless you comment |
# Conflicts: # githubgen/codeowners.go
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.
sorry didn't realize this was waiting on me, go for it
Would it be okay to include |
yes should be ok. i opened a draft release PR already #668 |
This PR
versions.yaml
Possible follow ups:
if a default codeowner is provided, the tool should not exit with an error when a component doesn't have codeowners define, but it should rather continue with the default codeownersresolved this here because it's a requirement IMHO