Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到,在我在 github 上的拉取请求中,它现在说“谨慎合并”,同时仍然允许我自动合并。似乎与https://circleci.com有关,上面的 Failed(details) 链接重定向到该链接。有谁知道这是怎么一回事?
该项目可能已配置为与在线持续集成服务链接,该服务对拉取请求执行质量检查(单元测试是否通过等)。
所以消息可能意味着:没有冲突,你可以合并,但结果将是一个测试失败的项目。如果您单击链接(或告诉我们链接指向的确切位置),也许您会发现更多信息。