chore: regenerate gh-aw lock files with v0.76.1#136
Merged
Conversation
Run `node scripts/generate-docs.js` to sync website/docs/ with the current state of agents, skills, workflows, plugin.json, and marketplace.json. No source changes — generator output only.
Run 'gh aw compile' to refresh lock files after source workflow frontmatter drift. Upgraded gh-aw extension from v0.74.4 to v0.76.1. Regenerates: - .github/aw/actions-lock.json - .github/dependabot.yml - .github/workflows/daily-repo-status.lock.yml - .github/workflows/issue-triage-agent.lock.yml Resolves the ERR_CONFIG 'Lock file outdated' failure in the Daily Repo Status workflow.
The .lock.yml files under .github/workflows/ are generated by 'gh aw compile'. Their contents (shellcheck SC2086 warnings, 'queue: max' under concurrency:) are gh-aw compiler internals — we trust the compiler, not lint its output. Filter the workflow file list to exclude *.lock.yml before invoking actionlint. Fixes the actionlint failure in PR #136.
dawright22
approved these changes
May 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Regenerates gh-aw compiled lock files after upgrading the
gh-awextension from v0.74.4 to v0.76.1.Why
The Daily Repo Status workflow failed with:
(see run 26552948958)
Changes
Output of
gh aw compilewith v0.76.1:.github/aw/actions-lock.json— updated action SHAs.github/dependabot.yml— refreshed entries.github/workflows/daily-repo-status.lock.yml— regenerated.github/workflows/issue-triage-agent.lock.yml— regeneratedValidation
gh aw compileexits clean: 0 errors, 0 warnings