Use gh-aw build 1508133d7 and recompile update-pr-body#616
Conversation
Pin the compiler build to strawgate/gh-aw commit 1508133d7 and regenerate the update-pr-body lock workflow so update_pull_request target configuration includes explicit triggering target handling. Made-with: Cursor
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThree files changed: the Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Requesting changes: the new expression quoting introduces invalid GitHub expression syntax in the compiled workflow. Evidence: .github/workflows/gh-aw-update-pr-body.lock.yml now contains ${{ inputs.target-pr-number || \"triggering\" }} (e.g., lines 686 and 1500 in the diff), which fails expression lexing (got unexpected character '\\' while lexing expression). Please switch to single-quoted expression literals in the fragment (e.g., ${{ inputs.target-pr-number || 'triggering' }}) and recompile.
What is this? | From workflow: Trigger PR Review
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Use single-quoted expression literal for triggering fallback so generated safe output handler config remains valid GitHub expression syntax. Made-with: Cursor
Summary
GH_AW_BUILD_VERSIONinMakefileto1508133d7fromstrawgate/gh-awgh-aw-update-pr-body.lock.ymlwith that compiler buildsafe-output-update-prfragment change so lock output carries explicittargetwiring forupdate-pull-requestTest plan
gh-awfromstrawgate/gh-awbranch containing thepull_request_targettriggering fixai-github-actionswith local binaryMakefile, update-pr fragment, and compiled lock fileMade with Cursor