Compare commits
1 commit
9524b849c7
...
9d6f7295ce
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d6f7295ce |
1 changed files with 2 additions and 2 deletions
|
|
@ -355,8 +355,8 @@ if [ "$ORPHAN_COUNT" -gt 0 ]; then
|
|||
# Reset to fresh start on primary branch
|
||||
git -C "${PROJECT_REPO_ROOT:-}" checkout "${PRIMARY_BRANCH}" 2>/dev/null || true
|
||||
git -C "${PROJECT_REPO_ROOT:-}" pull --ff-only origin "${PRIMARY_BRANCH}" 2>/dev/null || true
|
||||
# Continue to next orphan (don't spawn agent for stale PR)
|
||||
continue
|
||||
# Exit to restart poll cycle (issue will be picked up fresh)
|
||||
exit 0
|
||||
fi
|
||||
|
||||
PR_SHA=$(curl -sf -H "Authorization: token ${FORGE_TOKEN}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue