Merge pull request 'fix: bug: dev-poll marks issues assigned to other agents as stale (#522)' (#526) from fix/issue-522 into main
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
This commit is contained in:
commit
b26c5e6400
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue