Comment
I am trying to move a project (https://github.com/reutenauer/polyglossia) from github to codeberg via the migration tool using a fine-grained access token for the github repo. I've done multiple attempts which all bail out at some point (pull request migration) with:
GET https://api.github.com/repos/reutenauer/polyglossia/issues/comments/3506463295/reactions?page=1&per_page=100: 403 API rate limit exceeded for user ID 60508. If you reach out to GitHub Support for help, please include the request ID E768:1C9989:FDB9739:E6C515B:6954DB7C and timestamp 2025年12月31日 08:14:52 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) [rate reset in 36m40s]
The repo itself is not a very large one, so I wonder whether I am doing something wrong here.
### Comment
I am trying to move a project (https://github.com/reutenauer/polyglossia) from github to codeberg via the migration tool using a fine-grained access token for the github repo. I've done multiple attempts which all bail out at some point (pull request migration) with:
```
GET https://api.github.com/repos/reutenauer/polyglossia/issues/comments/3506463295/reactions?page=1&per_page=100: 403 API rate limit exceeded for user ID 60508. If you reach out to GitHub Support for help, please include the request ID E768:1C9989:FDB9739:E6C515B:6954DB7C and timestamp 2025年12月31日 08:14:52 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) [rate reset in 36m40s]
```
The repo itself is not a very large one, so I wonder whether I am doing something wrong here.