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
fix(helm): make PR provenance lookup work and fail visibly
The commit->PR lookup (gh api commits/{sha}/pulls) needs
pull-requests:read, but the error was swallowed by `2>/dev/null || true`
so a 403 looked like "No PR associated". Surface API failures as a
warning and declare pull-requests:read on the helm_publish job.
The caller must also grant `pull-requests: read` since a reusable
workflow can only narrow the caller token.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments