Draft
Conversation
Open
…ght, outdated actions
Copilot
AI
changed the title
[WIP] Fix warnings during compile process
Fix gh-aw compile warnings
Jul 21, 2026
Member
|
@copilot create one PR per type of fix |
Contributor
Author
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.
make compileproduced dozens of warnings across deprecated config patterns, stale action versions, and invalid frontmatter fields. This PR eliminates all addressable warnings.Changes
engine.model→ top-levelmodel(57 files)All workflow
.mdsources migrated from the deprecated nested form to the new top-level field:/tmp/path references →/tmp/gh-aw/agent/Fragments and workflow files updated to use the compiler-approved root for agent-generated temp files:
previous-findings.md,pr-context.md,safe-output-push-to-pr.mdfragmentsgh-aw-pr-review.md,gh-aw-stale-issues-remediator.md,gh-aw-scheduled-audit.md,gh-aw-scheduled-fix.md, and otherssafe-inputs:removed (3 fragment files)Removed unrecognized
safe-inputs:frontmatter blocks fromsafe-output-create-pr.md,safe-output-code-review.md, andsafe-output-push-to-pr.md— the compiler ignores this field entirely and the embedded Python tools were never registered in compiled output.Playwright MCP → CLI mode
playwright-mcp-explorer.mdrewritten to usemode: cli(no Docker, more token-efficient, supportslocalhost).Outdated action versions
runtime-setup.md:setup-go@v5→v7,setup-python@v5→v6,setup-node@v6→v7,setup-uv@v5→v8gh-aw-pr-labeler.md:github-script@v7→v9Remaining warnings (not addressed)
estc-pr-buildkite-detective.md): fixing requires extracting Buildkite fetch into a separate pre-job — architectural change deferred-no-sandboxworkflow variants