Rakuyo
Rakuyo
> My guess is that it's related to GitHub api rate limits Do you mean the github api used by `swift-style-guide`'s `list-all` or the internal logic of `mise/mise-action`? This error...
> Maybe if you set MISE_LOG_LEVEL=trace you can get more information I added `RUST_BACKTRACE`. The following is the latest log when it fails (the `archive/1.2.1` branch of `asdf-swift-style-guide` still triggers...
According to this [documentation](https://docs.github.com/zh/rest/using-the-rest-api/rate-limits-for-the-rest-api?apiVersion=2022-11-28#primary-rate-limit-for-unauthenticated-users), the [`release`](https://docs.github.com/en/rest/releases/releases?apiVersion=2022-11-28#list-releases) api can be accessed 60 times per hour, and I'm sure I didn't exceed this rate limit. [This](https://github.com/RakuyoKit/asdf-swift-style-guide/blob/3f82583716a863973b85ccfb99792e347ca76055/lib/utils.bash#L20) is the code I called
I modified the implementation method to a non-API method, and this problem has not occurred again for the time being.