Overview
Automate weekly sync of design docs from private repo to public repo.
Motivation
Manual sync is error-prone. Need automated weekly sync with PR review for safety.
Solution
GitHub Actions workflow in private repo that syncs ADRs, diagrams, standards to public repo via PR.
Security
- PR review required
- Exclude sensitive info
- Only sync public-safe content
Priority
P2 - Medium priority (not blocking v2.0 releases)
Related
Overview
Automate weekly sync of design docs from private repo to public repo.
Motivation
Manual sync is error-prone. Need automated weekly sync with PR review for safety.
Solution
GitHub Actions workflow in private repo that syncs ADRs, diagrams, standards to public repo via PR.
Security
Priority
P2 - Medium priority (not blocking v2.0 releases)
Related