Skip to content

Recompile with gh-aw v0.71.4#269

Merged
mrjf merged 1 commit intomainfrom
fix/recompile-v0.71.4
May 4, 2026
Merged

Recompile with gh-aw v0.71.4#269
mrjf merged 1 commit intomainfrom
fix/recompile-v0.71.4

Conversation

@mrjf
Copy link
Copy Markdown
Contributor

@mrjf mrjf commented May 4, 2026

Summary

Recompile all lock files with gh-aw v0.71.4 release.

Problem

The previous pin used github/gh-aw/actions/setup@fbcd31b (monorepo subtree path). GitHub Actions can't properly handle post-steps for subtree-referenced actions — the Post Setup Scripts cleanup step fails because the checkout is already cleaned up, marking the activation job as failed and skipping the agent.

Fix

v0.71.4 resolves to github/gh-aw-actions/setup@f8495a6 (the dedicated action repo), which handles post-steps correctly. It includes all the fixes we need:

  • recreate-ref for reusing existing branches (#29153)
  • Stale patch base fix (#28960)
  • max-patch-files support (#28472)

Test plan

  • Merge and verify Autoloop activation step completes without post-step failure
  • Verify agent step runs (not skipped)

🤖 Generated with Claude Code

v0.71.4 uses github/gh-aw-actions/setup (dedicated action repo) instead
of github/gh-aw/actions/setup (monorepo subtree). The subtree ref broke
post-step cleanup, failing the activation job even though all real work
completed successfully.

v0.71.4 includes recreate-ref, patch base fix, and max-patch-files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mrjf mrjf merged commit e489123 into main May 4, 2026
11 checks passed
@mrjf mrjf deleted the fix/recompile-v0.71.4 branch May 5, 2026 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant