Dashboardpublishci-poller subshell continue

ci-poller subshell continue

Category: gotcha
Confidence: 1.00
ID: 01a08b5e-d1ae-7fe4-b73f-6a5b02fbc76e
Project ID: ac098440-8723-4582-9021-39e07a608100
Cross-project: No
Recalled in other projects: 0
Source session: 15DLBkeeMQ5MaUxaS
Created: 2026-09-10 12:50:42
Updated: 2026-09-10 12:50:42

Content

Trap: continue in .github/workflows/ci-poller.yml rejection branches looks right because issue processing resembles a loop, but each issue runs inside a piped-loop subshell where that continue is invalid and execution can still add ci-ready. Fix: use exit 0 to terminate the rejected issue’s subshell; mutation tests must prove replacing it with continue advances stale state.

Move to: