Summary
The .github and bmad-bgreat-suite repos have no branch protection on main. These are governance/infrastructure repos that need protection most.
Current State
| Repo |
Protection |
Required Checks |
Enforce Admins |
| .github |
NONE |
— |
— |
| bmad-bgreat-suite |
NONE |
— |
— |
| google-app-scripts |
Yes |
build-and-test |
Yes |
| broodly |
Yes |
Analyze |
Yes |
| markets |
Yes |
SonarCloud, claude |
Yes |
| TalkTerm |
Yes |
Analyze (Python) |
Yes |
| ContentTwin |
Yes |
SonarCloud |
Yes |
Recommended Actions
- Enable branch protection on
main for both repos
- Require status checks (CI, SonarCloud at minimum)
- Enable "Enforce admins" to prevent bypass
- Align with org standards in
standards/github-settings.md
Context
Identified during weekly org CI/Security survey on 2026-04-05.
Summary
The
.githubandbmad-bgreat-suiterepos have no branch protection onmain. These are governance/infrastructure repos that need protection most.Current State
build-and-testAnalyzeSonarCloud,claudeAnalyze (Python)SonarCloudRecommended Actions
mainfor both reposstandards/github-settings.mdContext
Identified during weekly org CI/Security survey on 2026-04-05.