fix: bug: dev-poll marks issues assigned to other agents as stale (#522)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude 2026-04-09 20:10:17 +00:00
parent a4e7dcc5d7
commit 1e23362721

View file

@ -479,6 +479,7 @@ if [ "$ORPHAN_COUNT" -gt 0 ]; then
fi
else
log "issue #${ISSUE_NUM} assigned to ${assignee} — their thread, not blocking"
BLOCKED_BY_INPROGRESS=true
# Issue assigned to another agent — don't block, fall through to backlog
fi
fi