andygrove opened a new issue, #2487: URL: https://github.com/apache/arrow-datafusion/issues/2487
**Describe the bug** I am trying to generate the change log with this command: ``` bash $ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0 ``` Output: ``` WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0. While initializing your connection, use `#request(:authorization, ...)` instead. See https://lostisland.github.io/faraday/middleware/authentication for more usage info. Found 13 tags Fetching tags dates: 13/13 Sorting tags... Received issues: 2025 Pull Request count: 1237 Filtered pull requests: 795 Filtered issues: 190 Octokit::Forbidden: GET https://api.github.com/repos/apache/arrow-datafusion/issues/740/events?per_page=100: 403 - You have exceeded a secondary rate limit. Please wait a few minutes before you try again. // See: https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits Exceeded retry limit ``` **To Reproduce** See above **Expected behavior** Should not fail **Additional context** None -- 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]
