文章版本: Enterprise Server 2.17
启用必需状态检查
在拉取请求中合并分支之前,或可以将本地分支上的提交推送到受保护远程分支之前,仓库管理员可以实施所需状态检查。
受保护分支适用于具有 GitHub Free 和组织的 GitHub Free 的公共仓库,以及具有 GitHub Pro、GitHub Team、GitHub Enterprise Cloud 和 GitHub Enterprise Server 的公共和私有仓库。
您可以自动为仓库中的部分或所有分支设置实施受保护分支设置。 更多信息请参阅“配置受保护分支”。
Before you can enable required status checks, you must configure the repository to use the status API. For more information, see "Building a CI Server" in GitHub 开发者文档.
- 在 GitHub Enterprise 上,导航到仓库的主页面。
- 在仓库名称下,单击 Settings(设置)。
- 在左侧菜单中,单击 Branches(分支)。
- 在“Branch protection rules(分支保护规则)”旁边,单击 Add rule(添加规则)。
- 在“Branch name pattern(分支名称模式)”下,输入您要保护的分支名称或模式。
- Under "Protect matching branches", select Require status checks to pass before merging.
- Optionally, select Require branches to be up to date before merging. 如果选中,则可确保使用基础分支上的最新代码来测试分支。
- From the list of available status checks, select the checks you want to require.
- 视情况可选择 Include administrators(包括管理员)。 这将强制执行所有配置的仓库管理员限制。
- Click Create.
提示:要成功将拉取请求合并到已启用必需状态检查的基本分支中,必须使用基本分支更新拉取请求的头部分支。