fix: fix: dev-poll.sh in-progress scan falls through on waiting PRs (#55)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Agent 2026-03-29 11:30:48 +00:00
parent 16fc7979c5
commit b49309141b

View file

@ -392,6 +392,7 @@ if [ "$ORPHAN_COUNT" -gt 0 ]; then
else else
log "issue #${ISSUE_NUM} has open PR #${HAS_PR} (CI: ${CI_STATE}, waiting)" log "issue #${ISSUE_NUM} has open PR #${HAS_PR} (CI: ${CI_STATE}, waiting)"
exit 0
fi fi
else else
# Check assignee before adopting orphaned issue # Check assignee before adopting orphaned issue