-
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
Add List Options for ListRepositoryAccessRunnerGroup #2086
Add List Options for ListRepositoryAccessRunnerGroup #2086
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2086 +/- ##
=======================================
Coverage 97.77% 97.77%
=======================================
Files 109 109
Lines 9720 9724 +4
=======================================
+ Hits 9504 9508 +4
Misses 150 150
Partials 66 66
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, @xun-guo-anzx !
LGTM.
Awaiting second LGTM before merging.
Thanks @gmlewis . Can I request a release after this is merged? |
Sure, @xun-guo-anzx - maybe @Parker77 has time to review this and we can move forward with the new release. |
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.
Thank you, @Parker77! |
@xun-guo-anzx - https://github.com/google/go-github/releases/tag/v39.0.0 has been released with this change. |
Fix #2085 . Add List Options for ListRepositoryAccessRunnerGroup to support fetching full list of access repositories. Also update unit tests accordingly.