-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix: Remove Sort & Direction Fields From IssueListCommentsOptions #1584
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
Conversation
- The `Sort` & `Direction` fields in` IssueListCommentsOptions` were removed from the github api so they no longer work. - Fields have been removed from the struct and any corresponding tests > These are tagged as breaking changes
Codecov Report
@@ Coverage Diff @@
## master #1584 +/- ##
=======================================
Coverage 67.95% 67.95%
=======================================
Files 96 96
Lines 8762 8762
=======================================
Hits 5954 5954
Misses 1898 1898
Partials 910 910
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, @juanri0s !
LGTM.
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, @nightlark ! |
Unfortunately, this PR removed fields that are still being used, as the original request #1583 reported the Reverting PR. |
For: #1583
The
Sort
&Direction
fields inIssueListCommentsOptions
were removed from the github api so they no longer work.Fields have been removed from the struct and any corresponding tests.
tests pass
code fmt