fix: recompile token-usage-analyzer lock file#1586
Conversation
The .md source was updated via GitHub web UI review suggestions but the .lock.yml was not recompiled before merging, causing a frontmatter hash mismatch at activation time. Fixes: https://github.com/github/gh-aw-firewall/actions/runs/23873051548 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
There was a problem hiding this comment.
Pull request overview
Recompiles the generated Agentic Workflows lock file for token-usage-analyzer to bring it back in sync with its source .md (resolving the frontmatter hash mismatch that was breaking workflow activation).
Changes:
- Updated
gh-aw-metadata.frontmatter_hashand regenerated compiled artifacts (prompt/safe-outputs/mcp heredoc identifiers). - Synced the compiled
skip-if-matchquery to the source workflow definition (label:token-usage-report).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Smoke Test Results
Overall: PASS
|
|
Smoke test results for run 23874305630: ✅ GitHub MCP — #1585 "Feat/token usage analyzer workflow", #1573 "[WIP] Add environment variables section to CLI reference" Overall: PASS | PR by
|
Smoke Test: GitHub Actions Services Connectivity
All checks passed. (
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
|
Smoke test results:
|
Problem
The
token-usage-analyzer.lock.ymlhas a frontmatter hash mismatch with its source.mdfile, causing the workflow to fail at the "Check workflow file timestamps" activation step.Failed run: https://github.com/github/gh-aw-firewall/actions/runs/23873051548
The
.mdfile was updated via GitHub web UI review suggestions in PR #1557, but the.lock.ymlwas not recompiled before merging.Fix
Recompiled the lock file with
gh aw compileto sync the frontmatter hash.