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.
我不断地对我的 PR 进行额外检查,标题为
continuous-integration/drone
永远不会有详细信息弹出窗口。除了无人机 0.5 安装之外,我没有任何 webhook。
我该如何关闭它,或者它是一个已知问题?
我猜这是因为您正在使用受保护的分支,并continuous-integration/drone作为必需的检查。首次创建 PR 时,GitHub 会自动添加所需的检查(没有详细信息)。
在 0.5 中,检查名称更改为continuous-integration/drone/pr
continuous-integration/drone/pr
因此,我认为解决方案是continuous-integration/drone从所需的检查中删除,然后添加更新的continuous-integration/drone/pr值。