You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we need to fix the parsing of request URLs. So for PR some failed checks were because the URLs parsed wrong. They URLs like https://api.github.com/repos/lucid-kv/lucid, so comma in end break URL.
But in most cases, we have 403 so we probably need a different user for checks.
The 403s are mostly due to Github hitting rate limits because we chek. Repos are only checked once per week and in theory if the main branch was edited fairly recently then PRs should use the cached checks from that. main branch checks also have an actual user credential applied to them (which we can't use on PRs, or people would be able to abuse it).
#1628 fixes all the current ones. PRs in the future to fix things before I get the time to look at them would be most appreciated!
If you take a look into the different PRs their CI is failing due to
build.rs
and some network issue. Is there a solution to this?The text was updated successfully, but these errors were encountered: