WordPress / props-bot-action

A GitHub Action for compiling a list of contributor props.
Other
11 stars 3 forks source link

Attempt at paginating requests #58

Open desrosj opened 7 months ago

desrosj commented 7 months ago

What?

This is an alternate attempt at #41. See #53 for related discussion.

aaronjorbin commented 7 months ago

Closing since #59 was merged.

desrosj commented 7 months ago

Going to reopen because this is an attempt to fix #41. While it initially seemed to be related to #59/#54, that ended up being more straight forward. The query there is much simpler (a single REST request) vs. using GraphQL here to easily perform some nested queries.