kou opened a new issue, #33604: URL: https://github.com/apache/arrow/issues/33604
### Describe the enhancement requested GitHub REST API returns at most 30 milestones with https://api.github.com/repos/apache/arrow/milestones by default. If we have 30+ milestones (now, we have 57 milestones https://github.com/apache/arrow/milestones ), we need to increase the 30 limit or use pagination. * Increase the 30 limit: https://docs.github.com/en/rest/guides/getting-started-with-the-rest-api?apiVersion=2022-11-28#using-query-parameters * For pagination: https://docs.github.com/en/rest/guides/using-pagination-in-the-rest-api?apiVersion=2022-11-28 If we don't collect recent milestones such as 11.0.0, we can set 11.0.0 milestone to the issue. ### Component(s) Developer Tools -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
