Hi y'all, we are using `pantsbuild/actions/init-pa...
# general
r
Hi y'all, we are using
pantsbuild/actions/init-pants
in our GH workflows and they all just started failing with 503 errors from
<https://github.com/pantsbuild/scie-pants/releases/${version}/scie-pants-${OS}-${ARCH}>
, while I'm able to download the file locally: https://github.com/pantsbuild/scie-pants/releases/latest/download/scie-pants-linux-x86_64 I'm assuming our github actions runners are being rate limited; any suggestions on how to get around this, or better patterns?
g
When did they start failing? GitHub just started barfing on some PRs I was reviewing at work. I’d it literally just started happening maybe GH is just having issues.
r
You’re right, it’s likely GitHub issues now that I saw their status page, thanks for confirming
👍 1