JuliaRegistries / TagBot

Creates tags, releases, and changelogs for your Julia packages when they're registered
https://github.com/marketplace/actions/julia-tagbot
MIT License
91 stars 18 forks source link

add a helpful perm warning to 403 errors #277

Closed IanButterworth closed 12 months ago

IanButterworth commented 1 year ago

Looking at the only 3 error reports of Resource not accessible by integration since #264 they all were missing the new permissions.

So this tries to give more targeted feedback to the user, without erroring.

If 403's turn out to be only tied to bad perms now perhaps this could be changed to a disallowed error and actually throw on the action. But that's premature.

IanButterworth commented 1 year ago

Note that https://github.com/JuliaRegistries/TagBotErrorReports/issues/101#issuecomment-1696706158 was fixed by updating the perms https://github.com/vchuravy/HashArrayMappedTries.jl/commit/39c45bc8293b0e56fc57a01b777595662d85baa6

IanButterworth commented 1 year ago

Bump @christopher-dG

Let me know if I should just proceed with things like this