Skip to content

Conversation

@nishidayuya
Copy link
Contributor

@nishidayuya nishidayuya commented Aug 18, 2025

Sometimes, "Determine Redmine/Redmica version" cannot fetch GitHub REST API. Because unauthenticated request (includes same IP address other CircleCI users') limit is 60 requests per hour.

This pull-request makes us GitHub token settable and we can use authenticated request to increase request limit to 5,000 requests per hour.


from https://docs.github.com/ja/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28 :

The primary rate limit for unauthenticated requests is 60 requests per hour.
All of these requests count towards your personal rate limit of 5,000 requests per hour.

@nishidayuya nishidayuya self-assigned this Aug 18, 2025
@nishidayuya nishidayuya changed the title add "github_token" parameter to use GitHub REST API [semver:minor] WIP: add "github_token" parameter to use GitHub REST API [semver:minor] Aug 18, 2025
@nishidayuya nishidayuya force-pushed the feat_add_github_token_parameter branch from 3d83142 to b192561 Compare August 18, 2025 05:47
@nishidayuya nishidayuya force-pushed the feat_add_github_token_parameter branch from b192561 to dec3fc0 Compare August 19, 2025 08:04
@nishidayuya nishidayuya changed the title WIP: add "github_token" parameter to use GitHub REST API [semver:minor] add "github_token" parameter to use GitHub REST API [semver:minor] Aug 19, 2025
@nishidayuya nishidayuya marked this pull request as ready for review August 21, 2025 01:25
@nishidayuya nishidayuya merged commit afe03fd into master Aug 21, 2025
22 checks passed
@nishidayuya nishidayuya deleted the feat_add_github_token_parameter branch August 21, 2025 01:26
mk2 added a commit to agileware-jp/redmine_issue_templates that referenced this pull request Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants