-
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
feat: add GetCodeownersErrors to RepositoriesService (#2405) #2408
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2408 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 119 120 +1
Lines 10546 10558 +12
=======================================
+ Hits 10342 10354 +12
Misses 140 140
Partials 64 64
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.
This is looking great, @cbrgm - thank you!
Just a few minor tweaks, please, before we have a second reviewer approval.
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, @cbrgm !
LGTM.
Awaiting LGTM+Approval from any other contributor to this repo before merging.
Thank you, @spikeb4 ! |
This PR adds a new function
GetCodeownersErrors
to theRepositoriesService
struct.It adds support for the endpoint https://docs.github.com/en/rest/repos/repos#list-codeowners-errors as described in #2405