You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade workflows to latest gh-aw version (v0.33.8) (#85)
This commit upgrades all agentic workflows to be compatible with gh-aw v0.33.8.
## Changes Made
### Fixed Deprecation Warnings
- Replaced deprecated `command:` trigger with `slash_command:` in 4 workflows:
- plan.md
- pr-fix.md
- q.md
- repo-ask.md
### Improved Scheduling
- Updated weekly-research.md to use fuzzy scheduling (`cron: "weekly on monday"`)
instead of fixed time to distribute workflow execution load
### Recompiled All Workflows
- Regenerated all .lock.yml files with latest gh-aw v0.33.8
- Updated action pins and workflow configurations
- All workflows now compile successfully with 0 errors
## gh-aw v0.33.8 Key Features
- Firewall (AWF) now enabled by default for all engines
- MCP configuration created by default in `gh aw init`
- Automatic fixes via codemods in `gh aw update`
- Fixed critical bug with missing GH_AW_WORKFLOW_ID
## Testing
- Ran `gh aw compile --validate` on all workflows
- All 17 workflows compile successfully
- Remaining warnings are informational only
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <[email protected]>
0 commit comments