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
This replaces all githack URLs, relied upon by our GitHub Actions and
Netlify processes, with raw.githubusercontent.com URLs.
It seems that githack may have recently implemented an extra
confirmation step before rendering documents; it's framed as end-user
protection, but I have to imagine it might help alleviate load for them
from bots as well.
spec-generator already has additional logic specifically to support
raw.githubusercontent.com URLs when used with ReSpec, so switching these
does not present a problem.
I tested each replaced URL locally. (`/refs/heads/` is only included
when referencing a branch, not a specific commit.)
0 commit comments