gpt4 book ai didi

git - Azure Devops API - 如何从 UNC 路径创建并自动完成 pull 请求

转载 作者:行者123 更新时间:2023-12-03 02:47:45 25 4
gpt4 key购买 nike

在这种情况下,当代码准备好进入管道时,开发人员会将其代码放在中央文件共享中。

我目前正在尝试使用 Azure Devops API 进行“pull 请求 - 创建”,以创建并完成从 UNC 路径到空 Azure Devops GIT 存储库的 pull 请求。

API Documentation

我正在努力思考如何设置 body 来实现这一目标。

我试图从中提取的路径是:

\\10.10.10.10\fileshare\code\application

我当前正在尝试创建的主体如下所示:

{
"remoteUrl": "file://\10.10.10.10\fileshare\code\application",
"sourceRefName": "origin/master",
"targetRefName": "master",
"title": "Automatic Update",
"description": "Automatically updating the repo",
"status": "completed"
}

有人知道这是否可能吗?如果是这样,我将非常感谢任何朝着正确方向的 push 。

最佳答案

How to create and auto-complete a pull request from a UNC path

不敢说,不,这是不可能实现的。 remoteUrl请求正文中表示 git 存储库的 Url,例如 https://<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0b466e796762654b6f6e7d256a717e796e25686466" rel="noreferrer noopener nofollow">[email protected]</a>/Merlin/UnitTest/_git/dotnet-project .

这是我创建的示例:

enter image description here

可以看到remoteUrl的值是 Azure Devops 中存储库的 URL,这是在您的存储库存在于组织中之后固定的并且无法更改。

所以,同意 Shayki 和 Daniel 的观点。请让您的同事将其提交到存储库。

关于git - Azure Devops API - 如何从 UNC 路径创建并自动完成 pull 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57838424/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com