Conditional visibility is never enforced: checkRulesForPlacement() has no render-time caller, so preview says Hidden and the dashboard shows the widget anyway #18
issue-triage.yml
on: issues
triage
/
Preflight (PROJECT_TOKEN)
3s
triage
/
Triage New Issue
0s
triage
/
Handle Triage Decision
0s
triage
/
Backlog Triage Existing Issues
0s
Annotations
2 errors
|
triage / Preflight (PROJECT_TOKEN)
Process completed with exit code 1.
|
|
PROJECT_TOKEN is empty or was never passed
Issue Triage cannot run. The caller declares the secret, but the value that arrived is empty — so every downstream actions/github-script step would fail about a minute from now complaining about 'github-token', which is the action's input, not the missing thing. Add PROJECT_TOKEN to this repository's (or organisation's) secrets and make sure the caller forwards it, e.g. 'secrets: {PROJECT_TOKEN: \}' or 'secrets: inherit'.
|