DEVX-168: Fix create_dependency_pr master-ref parsing (Gitea returns list) #334

Merged
kireto merged 1 commits from DEVX-168-fix-master-ref-parsing into master 2026-09-19 19:06:08 +00:00
1 Commits
Author SHA1 Message Date
Emil SimeonovandDevin <158243242+devin-ai-integration[bot]@users.noreply.github.com> 0c21e4c82f fix(ci): handle list-shaped ref response in create_dependency_pr
CI / validate (pull_request) Successful in 46s
CI / auto-merge (pull_request) Successful in 11s
Gitea GET /git/refs/heads/master returns a JSON array of matching refs,
not an object — crashed with AttributeError and blocked automated infra
dependency PRs (observed for sso-bridge v0.4.1).

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

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-09-19 21:04:38 +02:00