github - docker git repo 如何在状态/需求审查等拉取请求中显示不同的标签

标签 github tags docker pull-request

docker git repo 如何在状态/需求审查等拉取请求中显示不同的标签?他们使用的插件是什么。 bitbucket 是否可以使用相同的,如果不是,有其他选择吗?

最佳答案

这是因为 GitHub proposes to add labels to pull requests(请参阅 GitHub help 了解拉取请求)

BitBucket 在其“Work with pull requests ”中没有提及(截至 2015 年 5 月)类似的功能。

OP rohit 询问 in the comments:

do you have any idea how it actually happening automatically?
Like as soon as I send a pull request to docker it shows status0/need-triage etc... labels. In the complete process tags for different stages like status2/need-code-review etc are assigned.
Is the docker administrators are assigning them manually?

这必须是在 docker GitHub 存储库上设置的 webhook ( Webhooks API ),它将检测新的 PR 并自动标记它。

Vincent Demeesterthe comments 中确认:

look for a project called gh-patch-parser, it's Jessie Frazelle who's maintaining this ;-)
And yeah it's using webhooks and the GitHub api.

关于github - docker git repo 如何在状态/需求审查等拉取请求中显示不同的标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30388521/

相关文章:

html - hr 标签响应基于屏幕尺寸

ssl - 无法对具有 Godaddy 域的 github 页面强制执行 https

github - 使用Github Api V4从Github存储库中获取最新的x个提交

git - GitHub Pull Request 代码审查后如何保持干净的历史记录?

r - 如何使用 Docker 将 Rmarkdown 转换为 HTML?

firewall - 我的防火墙阻止了从 docker 容器到外部的网络连接

c# - 在docker容器中使用api网关而不是localhost:port进行导航

git - 如何在不首先克隆整个 repo 的情况下将文件添加到远程 Git repo (Github)

c# - 我需要帮助修改 C# 正则表达式

javascript - 如何在javascript中获取选择框的值?