Question 043
### How can you enforce status checks passing before merging a pull request to the `main` branch?
> 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] By creating a branch protection rule
1. [ ] By using GitHub Actions
1. [ ] By running tests locally prior to pushing to the remote repository
1. [ ] By making the repository private