From c72b60be35f64176f74bd18bb03a2c6b167b1620 Mon Sep 17 00:00:00 2001 From: alpha-mbp-bridge <316157254+alpha-mbp-bridge@users.noreply.github.com> Date: Sat, 5 Sep 2026 18:59:17 +0700 Subject: [PATCH] ci(repo-state): adopt family-os v0.19.0 (workflow_run after release-sync) (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 --- .github/workflows/repo-state.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo-state.yml b/.github/workflows/repo-state.yml index adbed8a..a2fd2fe 100644 --- a/.github/workflows/repo-state.yml +++ b/.github/workflows/repo-state.yml @@ -6,6 +6,9 @@ on: release: types: [published] workflow_dispatch: + workflow_run: + workflows: [release-sync] + types: [completed] pull_request: permissions: @@ -17,7 +20,7 @@ concurrency: jobs: repo-state: - uses: caty-ai/family-os/.github/workflows/repo-state.yml@v0.18.0 + uses: caty-ai/family-os/.github/workflows/repo-state.yml@v0.19.0 secrets: inherit with: - generator_ref: v0.18.0 + generator_ref: v0.19.0