GitHub Recommendations and Best Practices
- Single GitHub Organization (mbari-org)
- Defaults
- Private repos
- Required reviews
- Status checks
- Branch protection
- CI
- Self-hosted runners for heavy workloads
- GitHub-hosted runners for lightweight jobs
- Security:
- Dependabot everywhere
- Secret scanning on all public repos
- Code scanning on critical public repos