プルリクエストのマージ条件の確立
プルリクエストをマージ可能にするための条件として、一連のチェックに合格することを必須とすることができます。 たとえばステータスチェックをパスしないプルリクエストをブロックできます。
保護されたブランチと必須のステータスチェックについて
保護されたブランチは、リポジトリのコラボレータが回復不能な変更をブランチに行えないことを確実にします。 必須ステータスチェックにより、コラボレータが保護されたブランチに変更を加える前に、すべての必須 CI テストにパスしていることが保証されます。 Branches within repositories that belong to organizations can be configured so that only certain users or teams can push to the branch.
保護されたブランチと必須のステータスチェックの設定
You can enable protected branches for limiting branch manipulation, as well as enforce required status checks before a branch is merged in a pull request or before commits on a local branch can be pushed to the protected remote branch.