在 AppVeyor 检查完成之前阻止 GitHub 拉取请求合并
Prevent GitHub pull request merging before AppVeyor check is finished
有一个project on GitHub with AppVeyor check enabled for pull requests. When I create a pull request and wait for the check to complete, the PR is marked as green:
同时,当检查正在进行时,有可能合并 PR。在这种情况下,PR 显示为 failed,但合并更改(可能不需要):
是否可以进行必要的检查并防止完成未验证的拉取请求?
我认为 protected branches 是您所需要的,如果我没有理解错的话。
有一个project on GitHub with AppVeyor check enabled for pull requests. When I create a pull request and wait for the check to complete, the PR is marked as green:
同时,当检查正在进行时,有可能合并 PR。在这种情况下,PR 显示为 failed,但合并更改(可能不需要):
是否可以进行必要的检查并防止完成未验证的拉取请求?
我认为 protected branches 是您所需要的,如果我没有理解错的话。