ReenigneArcher
ReenigneArcher
I'm seeing the same behavior, only on `pull_request` event from forks. Works fine on `pull_request` from a member, and `push`. I will try adding the permissions section and report back....
@dersimn thanks for the suggestion, but I already have that enabled for every repository in our org.  And actually to update my last comment. It only works for org...
I am facing the same issue. `https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2FLizardByte%2Fshared-web%2Fshared-web.json&query=%24.version%5B%3F(%40.newest%3D%3Dtrue)%5D.name&label=gh%20version&style=for-the-badge&logo=github%20actions` I could get around it by accessing the last element of the array, but `-1` doesn't seem to work either?
That works, thank you! I think I forgot to URL encode it when I tried it.