Skip to content

ci(repo-state): adopt family-os v0.19.0 (workflow_run after release-sync) (family-os#165) - #64

Merged
shojikumaru merged 1 commit into
mainfrom
ci/repo-state-v0.19.0
Sep 5, 2026
Merged

shojikumaru merged 1 commit into
mainfrom
ci/repo-state-v0.19.0

Conversation

@shojikumaru

Copy link
Copy Markdown
Member

Why

Follow-up to caty-ai/family-os#165 (fix merged as family-os PR #170, released as v0.19.0). With v0.18.0 the stamp refreshes on every update run, but a Release created by release-sync with GITHUB_TOKEN fires no release event, so a repo that releases and then goes quiet keeps the previous latest_tag until its next unrelated push. v0.19.0 adds a workflow_run path: when this repo's release-sync workflow completes successfully, the reusable update job checks out the default branch and refreshes the stamp.

What (mechanical diff)

.github/workflows/repo-state.yml:

  • on: gains workflow_run: workflows: [release-sync], types: [completed] (this repo's carrier is named release-sync)
  • uses: …/repo-state.yml@v0.19.0 + generator_ref: v0.19.0 (refs move together per the caller contract)

Nothing else changes. Generator unchanged since v0.12.1.

Behaviour after merge: one extra update run per release (after release-sync completes; failed/cancelled carrier runs do not trigger it), which regenerates and pushes a stamp commit only if latest_tag changed. Details: family-os docs/repo-state/spec.md §4.

Review

Batch of 13 caller adoptions, one heterogeneous delta seat over the whole batch diff (the family-os#127 owner-approved lighter scheme for mechanical copies, as used for the v0.18.0 bump on #163). Seat record on caty-ai/family-os#165.

完了記録 (Completion record)

candidate SHA: c72b60b
implementer: Alpha (Claude Fable 5.1) — mechanical yml edit (3-line trigger + 2 pin lines)
reviewer: BATCH_SEAT
identity check: 別モデル
CI: see PR checks at merge time (recorded on family-os#165 per repo)
release: N/A ③ (CI wiring only — the caller trigger and pin; no behaviour, API or artifact of this repository changes)
previous release: unchanged by this PR (no ship-equivalent change here); ledger continues on this repo's next ship-equivalent lane

Done when → 結果

Done when 項目 結果 証拠
Caller declares workflow_run on release-sync and pins @v0.19.0 / generator_ref: v0.19.0 PASS this diff, 2026-09-05
After this repo's next release-sync Release, latest_tag refreshes without a further push recorded on family-os#165 at the next release workflow_run run + stamp commit

Tracked in caty-ai/family-os#165.

🤖 Generated with Claude Code

…ync) (family-os#165)

Adds on: workflow_run for the release-sync workflow so the stamp refreshes after a
GITHUB_TOKEN-created Release, and bumps uses:/generator_ref together to v0.19.0.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@shojikumaru shojikumaru added the risk-reviewed Owner reviewed the high-risk diff at this head SHA (human-applied only) label Sep 5, 2026
@github-actions github-actions Bot added the needs-risk-review High-risk paths touched; owner risk review required (machine-applied) label Sep 5, 2026
@shojikumaru
shojikumaru merged commit 6d13707 into main Sep 5, 2026
15 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-risk-review High-risk paths touched; owner risk review required (machine-applied) risk-reviewed Owner reviewed the high-risk diff at this head SHA (human-applied only)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants