3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-15 11:35:42 +00:00
z3/.github/aw
Copilot d99b6e7b08
Regenerate gh-aw lock workflows to remove stale model-multiplier runtime hook (#10099)
Multiple agentic workflows were failing at runtime with
`MODULE_NOT_FOUND` for `merge_awf_model_multipliers.cjs` under
`${RUNNER_TEMP}/gh-aw/actions`. The lock workflows had stale generated
runtime steps that no longer matched the current `gh-aw` actions bundle.

- **Root cause**
  - Generated `.lock.yml` workflows referenced a removed script:
- `node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"`

- **Change**
- Recompiled all agentic workflow sources (`.github/workflows/*.md`)
with current `gh aw` tooling.
  - Checked in regenerated lock artifacts:
    - `.github/workflows/*.lock.yml`
    - `.github/aw/actions-lock.json`
- Result: stale `merge_awf_model_multipliers.cjs` invocations were
eliminated from generated workflows.

- **Representative diff shape**
  ```yaml
  # removed from generated lock workflows
  - GH_AW_MODEL_MULTIPLIERS_PATH="/tmp/gh-aw/model_multipliers.json" \
    node "${RUNNER_TEMP}/gh-aw/actions/merge_awf_model_multipliers.cjs"
  ```

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-07-12 18:30:19 -07:00
..
logs
actions-lock.json Regenerate gh-aw lock workflows to remove stale model-multiplier runtime hook (#10099) 2026-07-12 18:30:19 -07:00
create-agentic-workflow.md Recompile agentic workflows to gh-aw v0.37.19 (#8323) 2026-01-24 12:08:16 -08:00
create-shared-agentic-workflow.md Recompile agentic workflows to gh-aw v0.37.19 (#8323) 2026-01-24 12:08:16 -08:00
debug-agentic-workflow.md Upgrade agentic workflows to gh-aw v0.37.0 (#8261) 2026-01-20 09:42:30 -08:00
github-agentic-workflows.md Recompile agentic workflows to gh-aw v0.37.19 (#8323) 2026-01-24 12:08:16 -08:00
update-agentic-workflow.md Fix workflow compilation errors and relocate documentation files (#8295) 2026-01-22 21:05:05 -08:00
upgrade-agentic-workflows.md Upgrade GitHub Agentic Workflows to v0.37.15 (#8309) 2026-01-23 15:30:16 -08:00