-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix RequireCodeOwnerReviews and RequiredApprovingReviewCount fields with omitempty #2289
Conversation
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.
Thank you, @leopoldwang !
Please run go generate ./...
and push (not force-push) the changes to this PR.
See CONTRIBUTING.md for more details.
Codecov Report
@@ Coverage Diff @@
## master #2289 +/- ##
=======================================
Coverage 97.83% 97.83%
=======================================
Files 115 115
Lines 10360 10360
=======================================
Hits 10136 10136
Misses 156 156
Partials 68 68
Continue to review full report at Codecov.
|
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.
Thank you, @leopoldwang !
One tiny nit, but otherwise LGTM.
Awaiting second LGTM/Approval from any other contributor to this repo.
Added missing period. Co-authored-by: Glenn Lewis <[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.
LGTM.
Awaiting second LGTM/Approval from any other contributor to this repo.
LGTM. |
Thank you, @raynigon ! |
Fixes: #2286.