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
feat(ci): enhance opencode workflow with comprehensive triggers
Expand opencode workflow to support multiple trigger events, add
timeout/concurrency controls, and simplify command syntax. This brings
the workflow to parity with the claude.yml pattern.
Changes:
- Add pull_request_review_comment, issues, and pull_request_review
triggers
- Add 30-minute timeout to accommodate extended Codex runs
- Add concurrency grouping to prevent duplicate runs
- Expand authorization checks to handle all event types with null
checks
- Simplify command from /oc-gpt-5-codex to /oc-codex
- Add version pinning documentation comment
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
# They are moving fast at https://github.com/sst/opencode/releases, so pinning the version isn't practical yet. We'll keep it at `latest` for now and monitor the changes for a stable version. Latest version as of this writing is `v0.15.3`.
0 commit comments