fix: Prevent unexpected vertical spacing when hidden - #195
Conversation
|
@iantrich |
… action an explicit GitHub token so it doesn't attempt the OIDC exchange to generate one internally. 2. Changed `pull-requests: read` → `pull-requests: write` — the review action needs write access to post review comments on PRs. The root cause is that the action's `setupGitHubToken` function tries OIDC first (to get a GitHub token via token exchange), but `ACTIONS_ID_TOKEN_REQUEST_URL` isn't always set — particularly for PRs from forks or in certain runner environments. Providing the token explicitly bypasses that code path entirely.
|
@ildar170975 rebase off beta. added a fix so forks can use the workflow. |
|
@ildar170975 I'd probably have to open up permissions on the repo, don't want to do that though. |
|
Claude finished @iantrich's task in 2m 55s —— View job Code Review — PR #195: fix: Prevent unexpected vertical spacing when hidden
SummaryThis PR fixes issue #184 — unexpected vertical spacing when a card is hidden via the
|
Replacing #185.
Fixes #184