Commit 05ba1df
authored
feat: initialize managed repositories
## Summary
Enable `auto_init` for every centrally managed repository so a new
repository receives an initial commit and `main` branch at creation
time.
## Impact
- New repositories can immediately receive branch protection and be
bootstrapped through a normal scoped branch and pull request.
- Existing repository content, secrets, SOPS data, workflows, and
branch-protection settings are unchanged.
## Validation
- Reviewed the secret-free diff: one change in `gh-repositories.tf`.
- Verified against the GitHub provider documentation that `auto_init`
creates an initial commit.
- PR CI plan/checks are the validation authority.1 parent e22ab07 commit 05ba1df
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments