feat: Forcibly show a generic prompt dialog - #194
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. |
Sorry, not sure I did it properly, now the PR includes changes in |
|
@claude do a code review on this PR, please |
|
Claude finished @iantrich's task in 1m 50s —— View job Code Review — PR #194:
|
| Core logic | ✅ Correct and minimal |
| Types | ✅ Properly typed |
| Editor UI | |
| Naming | force_generic_dialog sounds broader than it is (PIN only); force_pin_prompt would be clearer |
false in config |
ℹ️ Minor — consistent with existing pattern for row |
| Confirm restriction | ℹ️ Not affected by flag — acceptable if intentional |
| Workflow file |
The feature itself works correctly. The two naming/labeling issues are the most worth addressing before merge.
Replacing #186.
Allows to show a generic prompt dialog in cases like #177