Commit 20079b5
authored
chore(ci): replace mirror.yml with reusable wrapper (#54)
## Summary
Replaces this repo's full `mirror.yml` (~145 lines, drift-prone) with a
thin ~13-line wrapper that calls
`hyperpolymath/standards/.github/workflows/mirror-reusable.yml@e6b2884722350515934d443daf23442f2195796f`
(merged via standards#187).
Forge selection (GitLab, Bitbucket, Codeberg, SourceHut, Disroot, Gitea,
Radicle) remains gated by Actions `vars.<FORGE>_MIRROR_ENABLED` exactly
as before. `secrets: inherit` flows the per-forge SSH keys through
implicitly.
## Why
Estate audit: 289 `mirror.yml` deployments across the org, 75 unique
blob SHAs (76% drift). Drift is action-SHA pin churn, not feature
variance — the canonical 7-forge job set is identical across sampled
variants. Converging behind the reusable cuts ~94k LOC of estate
scaffold and means future changes to mirror logic propagate via one SHA
bump.
Part of estate-wide convergence campaign 2026-05-26 (standards#199 /
#187).1 parent 49ac7b1 commit 20079b5
1 file changed
Lines changed: 5 additions & 63 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments