DEVX-170: create_dependency_pr: check out API-created branch correctly #336

Merged
kireto merged 1 commits from DEVX-170-fix-branch-checkout into master 2026-09-19 19:17:37 +00:00
Member
No description provided.
kireto added 1 commit 2026-09-19 19:16:13 +00:00
fix(ci): check out API-created dep branch via remote-tracking ref
CI / validate (pull_request) Successful in 1m2s
CI / auto-merge (pull_request) Successful in 22s
66ce8895eb
git fetch origin <branch> only sets FETCH_HEAD, so the silent checkout
failure left commits on the wrong ref and the push failed. Fetch into
refs/remotes/origin/<branch> and checkout -B from it.

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
emil approved these changes 2026-09-19 19:17:31 +00:00
emil left a comment
Owner

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
kireto merged commit 4b87d0b423 into master 2026-09-19 19:17:37 +00:00
kireto deleted branch DEVX-170-fix-branch-checkout 2026-09-19 19:17:38 +00:00
Sign in to join this conversation.