diff options
author | norohind <60548839+norohind@users.noreply.github.com> | 2024-03-17 06:56:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-17 11:56:49 +0800 |
commit | ed02d1fab85c9b8206c0af84dcfc3792e61609cf (patch) | |
tree | fbf1493441ca60421470e45f997474d18aae8551 /docs/content/development/api-usage.zh-cn.md | |
parent | 4e547822f348c2963e0db33135b45d43dfc58df8 (diff) | |
download | gitea-ed02d1fab85c9b8206c0af84dcfc3792e61609cf.tar.gz gitea-ed02d1fab85c9b8206c0af84dcfc3792e61609cf.zip |
Fix PR creation via api between branches of same repo with head field namespaced (#26986)
Fix #20175
Current implementation of API does not allow creating pull requests
between branches of the same
repo when you specify *namespace* (owner of the repo) in `head` field in
http request body.
---
Although GitHub implementation of API allows performing such action and
since Gitea targeting
compatibility with GitHub API I see it as an appropriate change.
I'm proposing a fix to the described problem and test case which covers
this logic.
My use-case just in case:
https://github.com/go-gitea/gitea/issues/20175#issuecomment-1711283022
Diffstat (limited to 'docs/content/development/api-usage.zh-cn.md')
0 files changed, 0 insertions, 0 deletions