Commit 86ea49f
chore(scorecard-reusable): align example with canonical weekly schedule + document drift (#230)
## Summary
Estate audit (2026-05-28) found **180 repos running scorecard daily** at
04:00 UTC (`'0 4 * * *'`) vs **29 on the canonical weekly schedule**
(`'23 4 * * 1'`). The actual canonical caller at
`hyperpolymath/standards/.github/workflows/scorecard.yml` has always
been weekly — the drift was driven by the example block in this
reusable's header still documenting daily.
This PR is the **upstream first cut** of the GH Actions budget
rebalancing plan (2026-05-27):
- Fixes the example to match the canonical weekly schedule
- Adds an explicit note explaining the convention so future deployments
inherit weekly rather than re-introducing daily
## Budget impact (existing drift)
180 daily × (365 − 52) ≈ 56k extra runs/year × ~1.5 min/run ≈ **~84k
Actions-minutes/year** on scorecard alone.
This PR alone changes 1 line of cron in a doc-comment + adds an
explanatory block. The actual estate fan-out (converting the 180
daily-scheduled repos to weekly) is tracked separately as cut 2.
## Test plan
- [x] No behavioural change to the reusable workflow (only comments +
example modified)
- [x] Canonical caller `.github/workflows/scorecard.yml` already uses
`'23 4 * * 1'`; this PR aligns the docs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 68715a7 commit 86ea49f
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
52 | 69 | | |
53 | 70 | | |
54 | 71 | | |
| |||
0 commit comments