質問 043
### `main` ブランチへのPull Requestをマージする前に、ステータスチェックの合格を必須にするにはどうすればよいですか?
> https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#about-branch-protection-settings
1. [x] ブランチ保護ルールを作成する
1. [ ] GitHub Actionsを使用する
1. [ ] リモートRepositoryにプッシュする前にローカルでテストを実行する
1. [ ] RepositoryをPrivateにする