spec(grid-layout): the "Placement key regeneration" scenario mandates a WCAG 2.1.1 regression, and is filed under "Grid Styling" #19
issue-triage.yml
on: issues
triage
/
Preflight (PROJECT_TOKEN)
2s
triage
/
Triage New Issue
triage
/
Handle Triage Decision
triage
/
Backlog Triage Existing Issues
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'.
|