You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kanga333 i've put up a pull request that should add pagination. i don't have a full Typescript env set up on my machine, so I wasn't able to verify the tests work.
But they should be (hopefully) most of the way there.
edit: i set up my environment and fixed up everything. the tests pass locally and the action works
Thank you for this action!
Currently, only the first 30 comments can be hidden.
When the comments are queried here
comment-hider/src/client.ts
Line 38 in c12bb20
the default of
30
is used (see docs).To get all comments, we would have to get the comments repeatedly, i.e.
per_page=100
and then query consecutivepage
s until we are done.The text was updated successfully, but these errors were encountered: