github - 如何自动合并github上的拉取请求?

标签 github git-merge pull-request

travis test webhook 成功后是否可以自动将拉取请求合并到 github 上的 master 分支?

最佳答案

您可以使用Mergify来做到这一点。

它允许配置规则并定义自动合并拉取请求的标准。在您的情况下,设置诸如“Travis 检查正常并且一位审阅者批准了 PR”之类的内容将允许自动合并 PR。

(披露:我是 Mergify 团队的一员。)

关于github - 如何自动合并github上的拉取请求?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29015464/

相关文章:

git - 如何 merge 最后两个提交?

混帐/Github : Commit got lost

git - 了解 Git 和 GitHub 的基础知识

git - BFG错误: BFG aborting: No refs to update - no dirty commits found

git - 可以将另一个分支 merge 到我的分支中,然后将它们 merge 到 master 中吗?

git - 如何在本地测试来自 GitLab 的 pull 请求?

tfs - 带有 list 的 TFS( protected )的拉取请求

github - 通过 Git 推送大文件的问题

windows - Windows 上的 Github "Failed to publish this branch"错误

git - 如何在 Git 中手动 merge 所有文件?