Skip to content

chore(workflows): recompile daily-repo-status lockfile against current source#138

Open
arnaudlh wants to merge 1 commit into
mainfrom
chore/fix-daily-status-lockfile-drift
Open

chore(workflows): recompile daily-repo-status lockfile against current source#138
arnaudlh wants to merge 1 commit into
mainfrom
chore/fix-daily-status-lockfile-drift

Conversation

@arnaudlh
Copy link
Copy Markdown
Member

Why

PR #136 regenerated the gh-aw lock files before PR #127 (move daily-status to 08:00 SGT) landed on main. After both merges, the committed daily-repo-status.lock.yml carries frontmatter_hash for the pre-SGT source (schedule: daily), but the source .md on main now uses the cron form. Every dispatched/scheduled run fails the integrity check:

ERR_CONFIG: Lock file '.github/workflows/daily-repo-status.lock.yml' is outdated!
The workflow file '.github/workflows/daily-repo-status.md' frontmatter has changed.
Run 'gh aw compile' to regenerate the lock file.

Observed in run 26559296328.

What

Recompiled with gh aw v0.76.1 against the current source. Only daily-repo-status.lock.yml drifted; issue-triage-agent.lock.yml matches its source.

Diff is a hash refresh + drop of a stale inline comment + churn on generated heredoc tokens (GH_AW_PROMPT_*, GH_AW_SAFE_OUTPUTS_CONFIG_*, GH_AW_MCP_CONFIG_*).

…t source

PR #136 regenerated the lock file before PR #127 (08:00 SGT schedule)
landed on main. The merged lockfile carries the frontmatter_hash for the
pre-SGT source ('schedule: daily'), so every run fails the integrity
check with:

  ERR_CONFIG: Lock file '.github/workflows/daily-repo-status.lock.yml'
  is outdated! The workflow file '.github/workflows/daily-repo-status.md'
  frontmatter has changed.

Recompiled with gh aw v0.76.1 against the current source so the
frontmatter_hash matches what the runtime computes.
@arnaudlh arnaudlh requested a review from dawright22 May 28, 2026 06:59
@arnaudlh arnaudlh added agentic-workflows bug Something isn't working labels May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agentic-workflows bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant