DEVX-169: create_dependency_pr: use branches API (Gitea lacks POST /git/refs) #335

Merged
kireto merged 1 commits from DEVX-169-use-branches-api into master 2026-09-19 19:12:28 +00:00
1 Commits
Author SHA1 Message Date
Emil SimeonovandDevin <158243242+devin-ai-integration[bot]@users.noreply.github.com> 872d757bb5 fix(ci): create dep-PR branches via POST /branches
CI / validate (pull_request) Successful in 1m1s
CI / auto-merge (pull_request) Successful in 12s
Gitea lacks the POST /git/refs endpoint (HTTP 405). Use the branches
API with new_branch_name/old_branch_name; tolerate already-exists.

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

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