-
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
Update ListRepositoryWorkflowRuns to support all query parameters #1498
Conversation
closes google#1497 - update the method to use the more specific ListWorkflowRunsOptions struct
Codecov Report
@@ Coverage Diff @@
## master #1498 +/- ##
=======================================
Coverage 68.19% 68.19%
=======================================
Files 94 94
Lines 8452 8452
=======================================
Hits 5764 5764
Misses 1819 1819
Partials 869 869
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.
LGTM.
Note that this is a breaking change, but we now make releases on an as-needed basis.
So the next time we release, we will need to bump the version to v32
.
Awaiting second LGTM before merging.
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, @wesleimp! |
closes #1497
Let me know if I need to update any of the tests as well - I looked through the existing tests and didn't see any that were specifically testing the unique query params of workflow endpoints.